#688B06

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

Shades of Olive Drab #688B06

Tints of Olive Drab #688B06

Color information

#688B06 (or 0x688B06) is unknown color: approx Olive Drab. HEX triplet: 68, 8B and 06. RGB value is (104,139,6). Sum of RGB (Red+Green+Blue) = 104+139+6=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #688B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688B06 is #9774F9. Grayscale: #717171. Windows color (decimal): -9925882 or 428904. OLE color: 428904.

HSL color Cylindrical-coordinate representation of color #688B06: hue angle of 75.79º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #688B06 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1041396-
CMYK0.2500.960.45
HSL75.79º91.72%28.43%-
HSV(B)75.79º95.68%54.51%-
XYZ14.9721.423.52-
YUV113.3767.4121.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=41.77%
G=55.82%
B=2.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10413960.2500.960.4575.7991.7228.43
Hex688B6190602D4c5c1c
Octal15021363101405511413434
Binary11010001000101111011001011000001011011001100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688B06; }

 p { color: rgb(104,139,6); }

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

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

 a { background-color: rgb(104,139,6); }

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

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

 span { border-color: rgb(104,139,6); }

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