#6C6B08

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

Shades of Olive #6C6B08

Tints of Olive #6C6B08

Color information

#6C6B08 (or 0x6C6B08) is unknown color: approx Olive. HEX triplet: 6C, 6B and 08. RGB value is (108,107,8). Sum of RGB (Red+Green+Blue) = 108+107+8=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6B08 is #9394F7. Grayscale: #606060. Windows color (decimal): -9671928 or 551788. OLE color: 551788.

HSL color Cylindrical-coordinate representation of color #6C6B08: hue angle of 59.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C6B08 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB1081078-
CMYK00.010.930.58
HSL59.4º86.21%22.75%-
HSV(B)59.4º92.59%42.35%-
XYZ11.4913.722.27-
YUV96.0178.33136.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.43%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=48.43%
G=47.98%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108107800.010.930.5859.486.2122.75
Hex6C6B8015D3A3b5617
Octal1541531001135727312627
Binary110110011010111000011011101111010111011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,107,8); }

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

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

 a { background-color: rgb(108,107,8); }

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

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

 span { border-color: rgb(108,107,8); }

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