#6C853A

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

Shades of Olive Drab #6C853A

Tints of Olive Drab #6C853A

Color information

#6C853A (or 0x6C853A) is unknown color: approx Olive Drab. HEX triplet: 6C, 85 and 3A. RGB value is (108,133,58). Sum of RGB (Red+Green+Blue) = 108+133+58=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #6C853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C853A is #937AC5. Grayscale: #757575. Windows color (decimal): -9665222 or 3835244. OLE color: 3835244.

HSL color Cylindrical-coordinate representation of color #6C853A: hue angle of 80º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C853A is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB10813358-
CMYK0.1900.560.48
HSL80º39.27%37.45%-
HSV(B)80º56.39%52.16%-
XYZ15.3420.277.11-
YUV116.9894.72121.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=36.12%
G=44.48%
B=19.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133580.1900.560.488039.2737.45
Hex6C853A1303830502725
Octal1542057223070601204745
Binary1101100100001011110101001101110001100001010000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C853A; }

 p { color: rgb(108,133,58); }

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

<style>
 a { background-color: #6C853A; }

 a { background-color: rgb(108,133,58); }

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

<style>
 span { border-color: #6C853A; }

 span { border-color: rgb(108,133,58); }

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