Html Css Color HEX #5C762A Dark Olive Green

📋 copy color: '#5C762A'

red 92 ◦ green 118 ◦ blue 42

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

Shades of Dark Olive Green #5C762A

Tints of Dark Olive Green #5C762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 36.51%
G = 46.83%
B = 16.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#5C762A (or 0x5C762A) is known color: Dark Olive Green. HEX triplet: 5C, 76 and 2A. RGB value is (92,118,42). Sum of RGB (Red+Green+Blue) = 92+118+42=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #5C762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C762A is #A389D5. Grayscale: #656565. Windows color (decimal): -10717654 or 2782812. OLE color: 2782812.

HSL color Cylindrical-coordinate representation of color #5C762A: hue angle of 80.53º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C762A is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 118 42 -
CMYK 0.22 0 0.64 0.54
HSL 80.53º 0.48% 0.31% -
HSV(B) 80.53º 0.64% 0.46% -
XYZ 11.31 15.4 4.57 -
YUV 101.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 92 118 42 0.22 0 0.64 0.54 80.53 0.48 0.31
Hex 5C 76 2A 16 0 40 36 51 30 1F
Octal 134 166 52 26 0 100 66 121 60 37
Binary 1011100 1110110 101010 10110 0 1000000 110110 1010001 110000 11111

Color Harmonies of #5C762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C762A

Black with #5C762A

Text Example


Text Example

White with #5C762A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,118,42); }

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

background-color css

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

 a { background-color: rgb(92,118,42); }

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

border-color css

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

 span { border-color: rgb(92,118,42); }

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