Html Css Color HEX #5F8207 Olive Drab

📋 copy color: '#5F8207'

red 95 ◦ green 130 ◦ blue 7

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

Shades of Olive Drab #5F8207

Tints of Olive Drab #5F8207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.03%

 BLUE value IS 7 (3.13% from 255) = 3.02%

R = 40.95%
G = 56.03%
B = 3.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#5F8207 (or 0x5F8207) is known color: Olive Drab. HEX triplet: 5F, 82 and 07. RGB value is (95,130,7). Sum of RGB (Red+Green+Blue) = 95+130+7=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8207 is #A07DF8. Grayscale: #696969. Windows color (decimal): -10518009 or 492127. OLE color: 492127.

HSL color Cylindrical-coordinate representation of color #5F8207: hue angle of 77.07º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F8207 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 130 7 -
CMYK 0.27 0 0.95 0.49
HSL 77.07º 0.9% 0.27% -
HSV(B) 77.07º 0.95% 0.51% -
XYZ 12.74 18.41 3.08 -
YUV 105.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 95 130 7 0.27 0 0.95 0.49 77.07 0.9 0.27
Hex 5F 82 7 1B 0 5F 31 4D 5A 1B
Octal 137 202 7 33 0 137 61 115 132 33
Binary 1011111 10000010 111 11011 0 1011111 110001 1001101 1011010 11011

Color Harmonies of #5F8207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8207

Black with #5F8207

Text Example


Text Example

White with #5F8207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,130,7); }

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

background-color css

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

 a { background-color: rgb(95,130,7); }

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

border-color css

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

 span { border-color: rgb(95,130,7); }

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