#688625

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

Shades of Olive Drab #688625

Tints of Olive Drab #688625

Color information

#688625 (or 0x688625) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 25. RGB value is (104,134,37). Sum of RGB (Red+Green+Blue) = 104+134+37=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #688625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688625 is #9779DA. Grayscale: #727272. Windows color (decimal): -9927131 or 2459240. OLE color: 2459240.

HSL color Cylindrical-coordinate representation of color #688625: hue angle of 78.56º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #688625 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB10413437-
CMYK0.2200.720.47
HSL78.56º56.73%33.53%-
HSV(B)78.56º72.39%52.55%-
XYZ14.5720.134.87-
YUV113.9784.56120.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 37 (14.84% from 255) = 13.45%
R=37.82%
G=48.73%
B=13.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134370.2200.720.4778.5656.7333.53
Hex688625160482F4f3922
Octal15020645260110571177142
Binary11010001000011010010110110010010001011111001111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688625; }

 p { color: rgb(104,134,37); }

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

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

 a { background-color: rgb(104,134,37); }

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

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

 span { border-color: rgb(104,134,37); }

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