#537F0C

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

Shades of Olive Drab #537F0C

Tints of Olive Drab #537F0C

Color information

#537F0C (or 0x537F0C) is unknown color: approx Olive Drab. HEX triplet: 53, 7F and 0C. RGB value is (83,127,12). Sum of RGB (Red+Green+Blue) = 83+127+12=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #537F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537F0C is #AC80F3. Grayscale: #656565. Windows color (decimal): -11305204 or 819027. OLE color: 819027.

HSL color Cylindrical-coordinate representation of color #537F0C: hue angle of 82.96º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #537F0C is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB8312712-
CMYK0.3500.910.50
HSL82.96º82.73%27.25%-
HSV(B)82.96º90.55%49.8%-
XYZ11.2217.043.05-
YUV100.7377.92115.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 127 (50% from 255) = 57.21%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=37.39%
G=57.21%
B=5.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127120.3500.910.5082.9682.7327.25
Hex537FC2305B3253531b
Octal123177144301336212312333
Binary101001111111111100100011010110111100101010011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537F0C; }

 p { color: rgb(83,127,12); }

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

<style>
 a { background-color: #537F0C; }

 a { background-color: rgb(83,127,12); }

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

<style>
 span { border-color: #537F0C; }

 span { border-color: rgb(83,127,12); }

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