#688805

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

Shades of Olive Drab #688805

Tints of Olive Drab #688805

Color information

#688805 (or 0x688805) is unknown color: approx Olive Drab. HEX triplet: 68, 88 and 05. RGB value is (104,136,5). Sum of RGB (Red+Green+Blue) = 104+136+5=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #688805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688805 is #9777FA. Grayscale: #6F6F6F. Windows color (decimal): -9926651 or 362600. OLE color: 362600.

HSL color Cylindrical-coordinate representation of color #688805: hue angle of 74.66º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #688805 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1041365-
CMYK0.2400.960.47
HSL74.66º92.91%27.65%-
HSV(B)74.66º96.32%53.33%-
XYZ14.5420.563.35-
YUV111.567.9122.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=42.45%
G=55.51%
B=2.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10413650.2400.960.4774.6692.9127.65
Hex68885180602F4b5d1c
Octal15021053001405711313534
Binary11010001000100010111000011000001011111001011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688805; }

 p { color: rgb(104,136,5); }

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

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

 a { background-color: rgb(104,136,5); }

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

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

 span { border-color: rgb(104,136,5); }

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