#688427

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

Shades of Olive Drab #688427

Tints of Olive Drab #688427

Color information

#688427 (or 0x688427) is unknown color: approx Olive Drab. HEX triplet: 68, 84 and 27. RGB value is (104,132,39). Sum of RGB (Red+Green+Blue) = 104+132+39=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #688427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688427 is #977BD8. Grayscale: #717171. Windows color (decimal): -9927641 or 2589800. OLE color: 2589800.

HSL color Cylindrical-coordinate representation of color #688427: hue angle of 78.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #688427 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB10413239-
CMYK0.2100.700.48
HSL78.06º54.39%33.53%-
HSV(B)78.06º70.45%51.76%-
XYZ14.3319.594.95-
YUV113.0386.22121.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=37.82%
G=48%
B=14.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132390.2100.700.4878.0654.3933.53
Hex68842715046304e3622
Octal15020447250106601166642
Binary11010001000010010011110101010001101100001001110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688427; }

 p { color: rgb(104,132,39); }

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

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

 a { background-color: rgb(104,132,39); }

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

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

 span { border-color: rgb(104,132,39); }

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