#6C7107

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

Shades of Olive #6C7107

Tints of Olive #6C7107

Color information

#6C7107 (or 0x6C7107) is unknown color: approx Olive. HEX triplet: 6C, 71 and 07. RGB value is (108,113,7). Sum of RGB (Red+Green+Blue) = 108+113+7=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7107 is #938EF8. Grayscale: #636363. Windows color (decimal): -9670393 or 487788. OLE color: 487788.

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

Color convert

RGB1081137-
CMYK0.0400.940.56
HSL62.83º88.33%23.53%-
HSV(B)62.83º93.81%44.31%-
XYZ12.1315.012.46-
YUV99.4275.84134.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.37%
GREEN value IS 113 (44.53% from 255) = 49.56%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=47.37%
G=49.56%
B=3.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10811370.0400.940.5662.8388.3323.53
Hex6C717405E383f5818
Octal154161740136707713030
Binary1101100111000111110001011110111000111111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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