#698132

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

Shades of Olive Drab #698132

Tints of Olive Drab #698132

Color information

#698132 (or 0x698132) is unknown color: approx Olive Drab. HEX triplet: 69, 81 and 32. RGB value is (105,129,50). Sum of RGB (Red+Green+Blue) = 105+129+50=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #698132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698132 is #967ECD. Grayscale: #717171. Windows color (decimal): -9862862 or 3309929. OLE color: 3309929.

HSL color Cylindrical-coordinate representation of color #698132: hue angle of 78.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #698132 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB10512950-
CMYK0.1900.610.49
HSL78.23º44.13%35.1%-
HSV(B)78.23º61.24%50.59%-
XYZ14.2518.935.92-
YUV112.8292.55122.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=36.97%
G=45.42%
B=17.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129500.1900.610.4978.2344.1335.1
Hex6981321303D314e2c23
Octal1512016223075611165443
Binary1101001100000011100101001101111011100011001110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698132; }

 p { color: rgb(105,129,50); }

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

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

 a { background-color: rgb(105,129,50); }

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

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

 span { border-color: rgb(105,129,50); }

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