#6C720A

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

Shades of Olive #6C720A

Tints of Olive #6C720A

Color information

#6C720A (or 0x6C720A) is unknown color: approx Olive. HEX triplet: 6C, 72 and 0A. RGB value is (108,114,10). Sum of RGB (Red+Green+Blue) = 108+114+10=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #6C720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C720A is #938DF5. Grayscale: #646464. Windows color (decimal): -9670134 or 684652. OLE color: 684652.

HSL color Cylindrical-coordinate representation of color #6C720A: hue angle of 63.46º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C720A is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB10811410-
CMYK0.0500.910.55
HSL63.46º83.87%24.31%-
HSV(B)63.46º91.23%44.71%-
XYZ12.2615.242.58-
YUV100.3577.01133.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.55%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=46.55%
G=49.14%
B=4.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108114100.0500.910.5563.4683.8724.31
Hex6C72A505B373f5418
Octal1541621250133677712430
Binary11011001110010101010101011011110111111111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,114,10); }

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

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

 a { background-color: rgb(108,114,10); }

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

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

 span { border-color: rgb(108,114,10); }

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