#6D8608

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

Shades of Olive #6D8608

Tints of Olive #6D8608

Color information

#6D8608 (or 0x6D8608) is unknown color: approx Olive. HEX triplet: 6D, 86 and 08. RGB value is (109,134,8). Sum of RGB (Red+Green+Blue) = 109+134+8=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8608 is #9279F7. Grayscale: #707070. Windows color (decimal): -9599480 or 558701. OLE color: 558701.

HSL color Cylindrical-coordinate representation of color #6D8608: hue angle of 71.9º 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 #6D8608 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1091348-
CMYK0.1900.940.47
HSL71.9º88.73%27.84%-
HSV(B)71.9º94.03%52.55%-
XYZ14.8820.323.37-
YUV112.1669.22125.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.43%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=43.43%
G=53.39%
B=3.19%

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
Decimal10913480.1900.940.4771.988.7327.84
Hex6D8681305E2F48591c
Octal155206102301365711013134
Binary110110110000110100010011010111101011111001000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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