Html Css Color HEX #5C772C Dark Olive Green

📋 copy color: '#5C772C'

red 92 ◦ green 119 ◦ blue 44

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

Shades of Dark Olive Green #5C772C

Tints of Dark Olive Green #5C772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.25%

R = 36.08%
G = 46.67%
B = 17.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#5C772C (or 0x5C772C) is known color: Dark Olive Green. HEX triplet: 5C, 77 and 2C. RGB value is (92,119,44). Sum of RGB (Red+Green+Blue) = 92+119+44=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #5C772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C772C is #A388D3. Grayscale: #666666. Windows color (decimal): -10717396 or 2914140. OLE color: 2914140.

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

Color convert

RGB 92 119 44 -
CMYK 0.23 0 0.63 0.53
HSL 81.6º 0.46% 0.32% -
HSV(B) 81.6º 0.63% 0.47% -
XYZ 11.47 15.65 4.8 -
YUV 102.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 92 119 44 0.23 0 0.63 0.53 81.6 0.46 0.32
Hex 5C 77 2C 17 0 3F 35 52 2E 20
Octal 134 167 54 27 0 77 65 122 56 40
Binary 1011100 1110111 101100 10111 0 111111 110101 1010010 101110 100000

Color Harmonies of #5C772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C772C

Black with #5C772C

Text Example


Text Example

White with #5C772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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