#6D710A

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

Shades of Olive #6D710A

Tints of Olive #6D710A

Color information

#6D710A (or 0x6D710A) is unknown color: approx Olive. HEX triplet: 6D, 71 and 0A. RGB value is (109,113,10). Sum of RGB (Red+Green+Blue) = 109+113+10=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #6D710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D710A is #928EF5. Grayscale: #646464. Windows color (decimal): -9604854 or 684397. OLE color: 684397.

HSL color Cylindrical-coordinate representation of color #6D710A: hue angle of 62.33º 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 #6D710A is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB10911310-
CMYK0.0400.910.56
HSL62.33º83.74%24.12%-
HSV(B)62.33º91.15%44.31%-
XYZ12.2715.082.55-
YUV100.0677.17134.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.98%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=46.98%
G=48.71%
B=4.31%

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
Decimal109113100.0400.910.5662.3383.7424.12
Hex6D71A405B383e5418
Octal1551611240133707612430
Binary11011011110001101010001011011111000111110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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