#5C840B

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

Shades of Olive Drab #5C840B

Tints of Olive Drab #5C840B

Color information

#5C840B (or 0x5C840B) is unknown color: approx Olive Drab. HEX triplet: 5C, 84 and 0B. RGB value is (92,132,11). Sum of RGB (Red+Green+Blue) = 92+132+11=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #5C840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C840B is #A37BF4. Grayscale: #6A6A6A. Windows color (decimal): -10714101 or 754780. OLE color: 754780.

HSL color Cylindrical-coordinate representation of color #5C840B: hue angle of 79.83º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C840B is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB9213211-
CMYK0.3000.920.48
HSL79.83º84.62%28.04%-
HSV(B)79.83º91.67%51.76%-
XYZ12.7318.83.28-
YUV106.2574.25117.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.15%
GREEN value IS 132 (51.95% from 255) = 56.17%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=39.15%
G=56.17%
B=4.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92132110.3000.920.4879.8384.6228.04
Hex5C84B1E05C3050551c
Octal134204133601346012012534
Binary101110010000100101111110010111001100001010000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,132,11); }

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

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

 a { background-color: rgb(92,132,11); }

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

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

 span { border-color: rgb(92,132,11); }

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