Html Css Color HEX #5D9600 Olive Drab

📋 copy color: '#5D9600'

red 93 ◦ green 150 ◦ blue 0

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

Shades of Olive Drab #5D9600

Tints of Olive Drab #5D9600

RGB

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

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

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

R = 38.27%
G = 61.73%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#5D9600 (or 0x5D9600) is known color: Olive Drab. HEX triplet: 5D, 96 and 00. RGB value is (93,150,0). Sum of RGB (Red+Green+Blue) = 93+150+0=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #5D9600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9600 is #A269FF. Grayscale: #747474. Windows color (decimal): -10643968 or 38493. OLE color: 38493.

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

Color convert

RGB 93 150 0 -
CMYK 0.38 0 1 0.41
HSL 82.8º 1% 0.29% -
HSV(B) 82.8º 1% 0.59% -
XYZ 15.42 24.14 3.85 -
YUV 115.86 62.62 111.7 -
System Red Green Blue C M Y K H S L
Decimal 93 150 0 0.38 0 1 0.41 82.8 1 0.29
Hex 5D 96 0 26 0 64 29 53 64 1D
Octal 135 226 0 46 0 144 51 123 144 35
Binary 1011101 10010110 0 100110 0 1100100 101001 1010011 1100100 11101

Color Harmonies of #5D9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9600

Black with #5D9600

Text Example


Text Example

White with #5D9600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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