#6C710A

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

Shades of Olive #6C710A

Tints of Olive #6C710A

Color information

#6C710A (or 0x6C710A) is unknown color: approx Olive. HEX triplet: 6C, 71 and 0A. RGB value is (108,113,10). Sum of RGB (Red+Green+Blue) = 108+113+10=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #6C710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C710A is #938EF5. Grayscale: #646464. Windows color (decimal): -9670390 or 684396. OLE color: 684396.

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

Color convert

RGB10811310-
CMYK0.0400.910.56
HSL62.91º83.74%24.12%-
HSV(B)62.91º91.15%44.31%-
XYZ12.1415.022.55-
YUV99.7677.34133.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=46.75%
G=48.92%
B=4.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108113100.0400.910.5662.9183.7424.12
Hex6C71A405B383f5418
Octal1541611240133707712430
Binary11011001110001101010001011011111000111111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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