Html Css Color HEX #75783A Crete

📋 copy color: '#75783A'

red 117 ◦ green 120 ◦ blue 58

#75783A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #75783A

Tints of Crete #75783A

RGB

 RED value IS 117 (46.09% from 255) = 39.66%

 GREEN value IS 120 (47.27% from 255) = 40.68%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 39.66%
G = 40.68%
B = 19.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75783A (or 0x75783A) is known color: Crete. HEX triplet: 75, 78 and 3A. RGB value is (117,120,58). Sum of RGB (Red+Green+Blue) = 117+120+58=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #75783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75783A is #8A87C5. Grayscale: #707070. Windows color (decimal): -9078726 or 3831925. OLE color: 3831925.

HSL color Cylindrical-coordinate representation of color #75783A: hue angle of 62.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75783A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 58 -
CMYK 0.02 0 0.52 0.53
HSL 62.9º 0.35% 0.35% -
HSV(B) 62.9º 0.52% 0.47% -
XYZ 14.82 17.52 6.6 -
YUV 112.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 117 120 58 0.02 0 0.52 0.53 62.9 0.35 0.35
Hex 75 78 3A 2 0 34 35 3F 23 23
Octal 165 170 72 2 0 64 65 77 43 43
Binary 1110101 1111000 111010 10 0 110100 110101 111111 100011 100011

Color Harmonies of #75783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75783A

Black with #75783A

Text Example


Text Example

White with #75783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75783A; }

 p { color: rgb(117,120,58); }

 H1.HeaderClassName
 {
   color: #75783A;
 }
 .AnyTagClassName
 {
   color: #75783A;
 }
</style>

background-color css

<style>
 a { background-color: #75783A; }

 a { background-color: rgb(117,120,58); }

 div.DivClassName
 {
   background-color: #75783A;
 }
 .BgClassName
 {
   background-color: #75783A;
 }
</style>

border-color css

<style>
 span { border-color: #75783A; }

 span { border-color: rgb(117,120,58); }

 td.TdClassName
 {
   border-color: #75783A;
 }
 .TagClassName
 {
   border-color: #75783A;
 }
</style>