#688934

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

Shades of Olive Drab #688934

Tints of Olive Drab #688934

Color information

#688934 (or 0x688934) is unknown color: approx Olive Drab. HEX triplet: 68, 89 and 34. RGB value is (104,137,52). Sum of RGB (Red+Green+Blue) = 104+137+52=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #688934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688934 is #9776CB. Grayscale: #757575. Windows color (decimal): -9926348 or 3443048. OLE color: 3443048.

HSL color Cylindrical-coordinate representation of color #688934: hue angle of 83.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #688934 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB10413752-
CMYK0.2400.620.46
HSL83.29º44.97%37.06%-
HSV(B)83.29º62.04%53.73%-
XYZ15.2721.086.51-
YUV117.4491.07118.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=35.49%
G=46.76%
B=17.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104137520.2400.620.4683.2944.9737.06
Hex6889341803E2E532d25
Octal1502116430076561235545
Binary1101000100010011101001100001111101011101010011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688934; }

 p { color: rgb(104,137,52); }

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

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

 a { background-color: rgb(104,137,52); }

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

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

 span { border-color: rgb(104,137,52); }

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