Html Css Color HEX #5F9400 Olive Drab

📋 copy color: '#5F9400'

red 95 ◦ green 148 ◦ blue 0

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

Shades of Olive Drab #5F9400

Tints of Olive Drab #5F9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.91%

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

R = 39.09%
G = 60.91%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#5F9400 (or 0x5F9400) is known color: Olive Drab. HEX triplet: 5F, 94 and 00. RGB value is (95,148,0). Sum of RGB (Red+Green+Blue) = 95+148+0=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9400 is #A06BFF. Grayscale: #737373. Windows color (decimal): -10513408 or 37983. OLE color: 37983.

HSL color Cylindrical-coordinate representation of color #5F9400: hue angle of 81.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F9400 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 148 0 -
CMYK 0.36 0 1 0.42
HSL 81.49º 1% 0.29% -
HSV(B) 81.49º 1% 0.58% -
XYZ 15.31 23.61 3.75 -
YUV 115.28 62.94 113.53 -
System Red Green Blue C M Y K H S L
Decimal 95 148 0 0.36 0 1 0.42 81.49 1 0.29
Hex 5F 94 0 24 0 64 2A 51 64 1D
Octal 137 224 0 44 0 144 52 121 144 35
Binary 1011111 10010100 0 100100 0 1100100 101010 1010001 1100100 11101

Color Harmonies of #5F9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9400

Black with #5F9400

Text Example


Text Example

White with #5F9400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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