Html Css Color HEX #5C772B Dark Olive Green

📋 copy color: '#5C772B'

red 92 ◦ green 119 ◦ blue 43

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

Shades of Dark Olive Green #5C772B

Tints of Dark Olive Green #5C772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 36.22%
G = 46.85%
B = 16.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#5C772B (or 0x5C772B) is known color: Dark Olive Green. HEX triplet: 5C, 77 and 2B. RGB value is (92,119,43). Sum of RGB (Red+Green+Blue) = 92+119+43=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #5C772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C772B is #A388D4. Grayscale: #666666. Windows color (decimal): -10717397 or 2848604. OLE color: 2848604.

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

Color convert

RGB 92 119 43 -
CMYK 0.23 0 0.64 0.53
HSL 81.32º 0.47% 0.32% -
HSV(B) 81.32º 0.64% 0.47% -
XYZ 11.45 15.64 4.7 -
YUV 102.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 92 119 43 0.23 0 0.64 0.53 81.32 0.47 0.32
Hex 5C 77 2B 17 0 40 35 51 2F 20
Octal 134 167 53 27 0 100 65 121 57 40
Binary 1011100 1110111 101011 10111 0 1000000 110101 1010001 101111 100000

Color Harmonies of #5C772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C772B

Black with #5C772B

Text Example


Text Example

White with #5C772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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