#60831C

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

Shades of Olive Drab #60831C

Tints of Olive Drab #60831C

Color information

#60831C (or 0x60831C) is unknown color: approx Olive Drab. HEX triplet: 60, 83 and 1C. RGB value is (96,131,28). Sum of RGB (Red+Green+Blue) = 96+131+28=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #60831C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60831C is #9F7CE3. Grayscale: #6D6D6D. Windows color (decimal): -10452196 or 1868640. OLE color: 1868640.

HSL color Cylindrical-coordinate representation of color #60831C: hue angle of 80.39º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60831C is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB9613128-
CMYK0.2700.790.49
HSL80.39º64.78%31.18%-
HSV(B)80.39º78.63%51.37%-
XYZ13.1518.84.03-
YUV108.7982.4118.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 131 (51.56% from 255) = 51.37%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=37.65%
G=51.37%
B=10.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96131280.2700.790.4980.3964.7831.18
Hex60831C1B04F3150411f
Octal140203343301176112010137
Binary1100000100000111110011011010011111100011010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60831C; }

 p { color: rgb(96,131,28); }

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

<style>
 a { background-color: #60831C; }

 a { background-color: rgb(96,131,28); }

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

<style>
 span { border-color: #60831C; }

 span { border-color: rgb(96,131,28); }

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