Html Css Color HEX #5D9602 Olive Drab

📋 copy color: '#5D9602'

red 93 ◦ green 150 ◦ blue 2

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

Shades of Olive Drab #5D9602

Tints of Olive Drab #5D9602

RGB

 RED value IS 93 (36.72% from 255) = 37.96%

 GREEN value IS 150 (58.98% from 255) = 61.22%

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

R = 37.96%
G = 61.22%
B = 0.82%

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

#5D9602 (or 0x5D9602) is known color: Olive Drab. HEX triplet: 5D, 96 and 02. RGB value is (93,150,2). Sum of RGB (Red+Green+Blue) = 93+150+2=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9602 is #A269FD. Grayscale: #747474. Windows color (decimal): -10643966 or 169565. OLE color: 169565.

HSL color Cylindrical-coordinate representation of color #5D9602: hue angle of 83.11º 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 #5D9602 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 150 2 -
CMYK 0.38 0 0.99 0.41
HSL 83.11º 0.97% 0.3% -
HSV(B) 83.11º 0.99% 0.59% -
XYZ 15.43 24.14 3.9 -
YUV 116.09 63.62 111.53 -
System Red Green Blue C M Y K H S L
Decimal 93 150 2 0.38 0 0.99 0.41 83.11 0.97 0.3
Hex 5D 96 2 26 0 63 29 53 61 1E
Octal 135 226 2 46 0 143 51 123 141 36
Binary 1011101 10010110 10 100110 0 1100011 101001 1010011 1100001 11110

Color Harmonies of #5D9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9602

Black with #5D9602

Text Example


Text Example

White with #5D9602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,150,2); }

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

background-color css

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

 a { background-color: rgb(93,150,2); }

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

border-color css

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

 span { border-color: rgb(93,150,2); }

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