#5C9600

Color #5C9600 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5C9600

Tints of Olive Drab #5C9600

Color information

#5C9600 (or 0x5C9600) is unknown color: approx Olive Drab. HEX triplet: 5C, 96 and 00. RGB value is (92,150,0). Sum of RGB (Red+Green+Blue) = 92+150+0=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9600 is #A369FF. Grayscale: #747474. Windows color (decimal): -10709504 or 38492. OLE color: 38492.

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

Color convert

RGB921500-
CMYK0.39010.41
HSL83.2º100%29.41%-
HSV(B)83.2º100%58.82%-
XYZ15.3224.093.84-
YUV115.5662.78111.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 150 (58.98% from 255) = 61.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.02%
G=61.98%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9215000.39010.4183.210029.41
Hex5C960270642953641d
Octal13422604701445112314435
Binary1011100100101100100111011001001010011010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C9600;
 }
 .AnyTagClassName
 {
   color: #5C9600;
 }
</style>
background-color css

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

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

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

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

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

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