#6C8506

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

Shades of Olive #6C8506

Tints of Olive #6C8506

Color information

#6C8506 (or 0x6C8506) is unknown color: approx Olive. HEX triplet: 6C, 85 and 06. RGB value is (108,133,6). Sum of RGB (Red+Green+Blue) = 108+133+6=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8506 is #937AF9. Grayscale: #6F6F6F. Windows color (decimal): -9665274 or 427372. OLE color: 427372.

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

Color convert

RGB1081336-
CMYK0.1900.950.48
HSL71.81º91.37%27.25%-
HSV(B)71.81º95.49%52.16%-
XYZ14.619.983.26-
YUV111.0568.72125.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.72%
GREEN value IS 133 (52.34% from 255) = 53.85%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=43.72%
G=53.85%
B=2.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10813360.1900.950.4871.8191.3727.25
Hex6C8561305F30485b1b
Octal15420562301376011013333
Binary11011001000010111010011010111111100001001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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