Html Css Color HEX #5C772F Dark Olive Green

📋 copy color: '#5C772F'

red 92 ◦ green 119 ◦ blue 47

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

Shades of Dark Olive Green #5C772F

Tints of Dark Olive Green #5C772F

RGB

 RED value IS 92 (36.33% from 255) = 35.66%

 GREEN value IS 119 (46.88% from 255) = 46.12%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 35.66%
G = 46.12%
B = 18.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#5C772F (or 0x5C772F) is known color: Dark Olive Green. HEX triplet: 5C, 77 and 2F. RGB value is (92,119,47). Sum of RGB (Red+Green+Blue) = 92+119+47=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #5C772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C772F is #A388D0. Grayscale: #666666. Windows color (decimal): -10717393 or 3110748. OLE color: 3110748.

HSL color Cylindrical-coordinate representation of color #5C772F: hue angle of 82.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C772F is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 119 47 -
CMYK 0.23 0 0.61 0.53
HSL 82.5º 0.43% 0.33% -
HSV(B) 82.5º 0.61% 0.47% -
XYZ 11.52 15.67 5.11 -
YUV 102.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 92 119 47 0.23 0 0.61 0.53 82.5 0.43 0.33
Hex 5C 77 2F 17 0 3D 35 52 2B 21
Octal 134 167 57 27 0 75 65 122 53 41
Binary 1011100 1110111 101111 10111 0 111101 110101 1010010 101011 100001

Color Harmonies of #5C772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C772F

Black with #5C772F

Text Example


Text Example

White with #5C772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C772F; }

 p { color: rgb(92,119,47); }

 H1.HeaderClassName
 {
   color: #5C772F;
 }
 .AnyTagClassName
 {
   color: #5C772F;
 }
</style>

background-color css

<style>
 a { background-color: #5C772F; }

 a { background-color: rgb(92,119,47); }

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

border-color css

<style>
 span { border-color: #5C772F; }

 span { border-color: rgb(92,119,47); }

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