#688F07

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

Shades of Olive Drab #688F07

Tints of Olive Drab #688F07

Color information

#688F07 (or 0x688F07) is unknown color: approx Olive Drab. HEX triplet: 68, 8F and 07. RGB value is (104,143,7). Sum of RGB (Red+Green+Blue) = 104+143+7=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #688F07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688F07 is #9770F8. Grayscale: #747474. Windows color (decimal): -9924857 or 495464. OLE color: 495464.

HSL color Cylindrical-coordinate representation of color #688F07: hue angle of 77.21º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #688F07 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1041437-
CMYK0.2700.950.44
HSL77.21º90.67%29.41%-
HSV(B)77.21º95.1%56.08%-
XYZ15.5722.63.74-
YUV115.8466.58119.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 143 (56.25% from 255) = 56.30%
BLUE value IS 7 (3.12% from 255) = 2.76%
R=40.94%
G=56.30%
B=2.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10414370.2700.950.4477.2190.6729.41
Hex688F71B05F2C4d5b1d
Octal15021773301375411513335
Binary11010001000111111111011010111111011001001101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,143,7); }

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

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

 a { background-color: rgb(104,143,7); }

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

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

 span { border-color: rgb(104,143,7); }

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