Html Css Color HEX #5E9702 Olive Drab

📋 copy color: '#5E9702'

red 94 ◦ green 151 ◦ blue 2

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

Shades of Olive Drab #5E9702

Tints of Olive Drab #5E9702

RGB

 RED value IS 94 (37.11% from 255) = 38.06%

 GREEN value IS 151 (59.38% from 255) = 61.13%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 38.06%
G = 61.13%
B = 0.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#5E9702 (or 0x5E9702) is known color: Olive Drab. HEX triplet: 5E, 97 and 02. RGB value is (94,151,2). Sum of RGB (Red+Green+Blue) = 94+151+2=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9702 is #A168FD. Grayscale: #757575. Windows color (decimal): -10578174 or 169822. OLE color: 169822.

HSL color Cylindrical-coordinate representation of color #5E9702: hue angle of 82.95º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E9702 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 151 2 -
CMYK 0.38 0 0.99 0.41
HSL 82.95º 0.97% 0.3% -
HSV(B) 82.95º 0.99% 0.59% -
XYZ 15.69 24.52 3.96 -
YUV 116.97 63.12 111.62 -
System Red Green Blue C M Y K H S L
Decimal 94 151 2 0.38 0 0.99 0.41 82.95 0.97 0.3
Hex 5E 97 2 26 0 63 29 53 61 1E
Octal 136 227 2 46 0 143 51 123 141 36
Binary 1011110 10010111 10 100110 0 1100011 101001 1010011 1100001 11110

Color Harmonies of #5E9702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9702

Black with #5E9702

Text Example


Text Example

White with #5E9702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,151,2); }

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

background-color css

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

 a { background-color: rgb(94,151,2); }

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

border-color css

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

 span { border-color: rgb(94,151,2); }

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