Html Css Color HEX #5F8400 Olive Drab

📋 copy color: '#5F8400'

red 95 ◦ green 132 ◦ blue 0

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

Shades of Olive Drab #5F8400

Tints of Olive Drab #5F8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.85%
G = 58.15%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#5F8400 (or 0x5F8400) is known color: Olive Drab. HEX triplet: 5F, 84 and 00. RGB value is (95,132,0). Sum of RGB (Red+Green+Blue) = 95+132+0=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #5F8400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8400 is #A07BFF. Grayscale: #6A6A6A. Windows color (decimal): -10517504 or 33887. OLE color: 33887.

HSL color Cylindrical-coordinate representation of color #5F8400: hue angle of 76.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F8400 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 132 0 -
CMYK 0.28 0 1 0.48
HSL 76.82º 1% 0.26% -
HSV(B) 76.82º 1% 0.52% -
XYZ 12.97 18.94 2.97 -
YUV 105.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 95 132 0 0.28 0 1 0.48 76.82 1 0.26
Hex 5F 84 0 1C 0 64 30 4D 64 1A
Octal 137 204 0 34 0 144 60 115 144 32
Binary 1011111 10000100 0 11100 0 1100100 110000 1001101 1100100 11010

Color Harmonies of #5F8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8400

Black with #5F8400

Text Example


Text Example

White with #5F8400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,132,0); }

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

background-color css

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

 a { background-color: rgb(95,132,0); }

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

border-color css

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

 span { border-color: rgb(95,132,0); }

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