Html Css Color HEX #5C9602 Olive Drab

📋 copy color: '#5C9602'

red 92 ◦ green 150 ◦ blue 2

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

Shades of Olive Drab #5C9602

Tints of Olive Drab #5C9602

RGB

 RED value IS 92 (36.33% from 255) = 37.7%

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

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

R = 37.7%
G = 61.48%
B = 0.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#5C9602 (or 0x5C9602) is known color: Olive Drab. HEX triplet: 5C, 96 and 02. RGB value is (92,150,2). Sum of RGB (Red+Green+Blue) = 92+150+2=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9602 is #A369FD. Grayscale: #747474. Windows color (decimal): -10709502 or 169564. OLE color: 169564.

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

Color convert

RGB 92 150 2 -
CMYK 0.39 0 0.99 0.41
HSL 83.51º 0.97% 0.3% -
HSV(B) 83.51º 0.99% 0.59% -
XYZ 15.33 24.09 3.9 -
YUV 115.79 63.78 111.03 -
System Red Green Blue C M Y K H S L
Decimal 92 150 2 0.39 0 0.99 0.41 83.51 0.97 0.3
Hex 5C 96 2 27 0 63 29 54 61 1E
Octal 134 226 2 47 0 143 51 124 141 36
Binary 1011100 10010110 10 100111 0 1100011 101001 1010100 1100001 11110

Color Harmonies of #5C9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9602

Black with #5C9602

Text Example


Text Example

White with #5C9602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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