#698832

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

Shades of Olive Drab #698832

Tints of Olive Drab #698832

Color information

#698832 (or 0x698832) is unknown color: approx Olive Drab. HEX triplet: 69, 88 and 32. RGB value is (105,136,50). Sum of RGB (Red+Green+Blue) = 105+136+50=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #698832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698832 is #9677CD. Grayscale: #757575. Windows color (decimal): -9861070 or 3311721. OLE color: 3311721.

HSL color Cylindrical-coordinate representation of color #698832: hue angle of 81.63º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #698832 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB10513650-
CMYK0.2300.630.47
HSL81.63º46.24%36.47%-
HSV(B)81.63º63.24%53.33%-
XYZ15.2120.846.24-
YUV116.9390.23119.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=36.08%
G=46.74%
B=17.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136500.2300.630.4781.6346.2436.47
Hex6988321703F2F522e24
Octal1512106227077571225644
Binary1101001100010001100101011101111111011111010010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698832; }

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

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

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

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

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

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

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

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