#6C820C

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

Shades of Olive #6C820C

Tints of Olive #6C820C

Color information

#6C820C (or 0x6C820C) is unknown color: approx Olive. HEX triplet: 6C, 82 and 0C. RGB value is (108,130,12). Sum of RGB (Red+Green+Blue) = 108+130+12=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #6C820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C820C is #937DF3. Grayscale: #6E6E6E. Windows color (decimal): -9666036 or 819820. OLE color: 819820.

HSL color Cylindrical-coordinate representation of color #6C820C: hue angle of 71.19º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C820C is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB10813012-
CMYK0.1700.910.49
HSL71.19º83.1%27.84%-
HSV(B)71.19º90.77%50.98%-
XYZ14.2319.183.3-
YUV109.9772.71126.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.2%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=43.2%
G=52%
B=4.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108130120.1700.910.4971.1983.127.84
Hex6C82C1105B3147531c
Octal154202142101336110712334
Binary110110010000010110010001010110111100011000111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,130,12); }

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

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

 a { background-color: rgb(108,130,12); }

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

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

 span { border-color: rgb(108,130,12); }

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