Html Css Color HEX #5F7436 Dark Olive Green

📋 copy color: '#5F7436'

red 95 ◦ green 116 ◦ blue 54

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

Shades of Dark Olive Green #5F7436

Tints of Dark Olive Green #5F7436

RGB

 RED value IS 95 (37.5% from 255) = 35.85%

 GREEN value IS 116 (45.7% from 255) = 43.77%

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 35.85%
G = 43.77%
B = 20.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#5F7436 (or 0x5F7436) is known color: Dark Olive Green. HEX triplet: 5F, 74 and 36. RGB value is (95,116,54). Sum of RGB (Red+Green+Blue) = 95+116+54=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7436 is #A08BC9. Grayscale: #666666. Windows color (decimal): -10521546 or 3568735. OLE color: 3568735.

HSL color Cylindrical-coordinate representation of color #5F7436: hue angle of 80.32º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F7436 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 116 54 -
CMYK 0.18 0 0.53 0.55
HSL 80.32º 0.36% 0.33% -
HSV(B) 80.32º 0.53% 0.45% -
XYZ 11.63 15.19 5.81 -
YUV 102.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 95 116 54 0.18 0 0.53 0.55 80.32 0.36 0.33
Hex 5F 74 36 12 0 35 37 50 24 21
Octal 137 164 66 22 0 65 67 120 44 41
Binary 1011111 1110100 110110 10010 0 110101 110111 1010000 100100 100001

Color Harmonies of #5F7436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7436

Black with #5F7436

Text Example


Text Example

White with #5F7436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,116,54); }

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

background-color css

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

 a { background-color: rgb(95,116,54); }

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

border-color css

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

 span { border-color: rgb(95,116,54); }

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