#6C8608

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

Shades of Olive #6C8608

Tints of Olive #6C8608

Color information

#6C8608 (or 0x6C8608) is unknown color: approx Olive. HEX triplet: 6C, 86 and 08. RGB value is (108,134,8). Sum of RGB (Red+Green+Blue) = 108+134+8=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8608 is #9379F7. Grayscale: #707070. Windows color (decimal): -9665016 or 558700. OLE color: 558700.

HSL color Cylindrical-coordinate representation of color #6C8608: hue angle of 72.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C8608 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1081348-
CMYK0.1900.940.47
HSL72.38º88.73%27.84%-
HSV(B)72.38º94.03%52.55%-
XYZ14.7520.263.36-
YUV111.8669.39125.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.2%
GREEN value IS 134 (52.73% from 255) = 53.6%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=43.2%
G=53.6%
B=3.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10813480.1900.940.4772.3888.7327.84
Hex6C8681305E2F48591c
Octal154206102301365711013134
Binary110110010000110100010011010111101011111001000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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