#688228

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

Shades of Olive Drab #688228

Tints of Olive Drab #688228

Color information

#688228 (or 0x688228) is unknown color: approx Olive Drab. HEX triplet: 68, 82 and 28. RGB value is (104,130,40). Sum of RGB (Red+Green+Blue) = 104+130+40=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #688228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688228 is #977DD7. Grayscale: #707070. Windows color (decimal): -9928152 or 2654824. OLE color: 2654824.

HSL color Cylindrical-coordinate representation of color #688228: hue angle of 77.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #688228 is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB10413040-
CMYK0.200.690.49
HSL77.33º52.94%33.33%-
HSV(B)77.33º69.23%50.98%-
XYZ14.0719.064.94-
YUV111.9787.39122.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=37.96%
G=47.45%
B=14.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130400.200.690.4977.3352.9433.33
Hex68822814045314d3521
Octal15020250240105611156541
Binary11010001000001010100010100010001011100011001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688228; }

 p { color: rgb(104,130,40); }

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

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

 a { background-color: rgb(104,130,40); }

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

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

 span { border-color: rgb(104,130,40); }

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