#698633

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

Shades of Olive Drab #698633

Tints of Olive Drab #698633

Color information

#698633 (or 0x698633) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 33. RGB value is (105,134,51). Sum of RGB (Red+Green+Blue) = 105+134+51=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #698633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698633 is #9679CC. Grayscale: #747474. Windows color (decimal): -9861581 or 3376745. OLE color: 3376745.

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

Color convert

RGB10513451-
CMYK0.2200.620.47
HSL80.96º44.86%36.27%-
HSV(B)80.96º61.94%52.55%-
XYZ14.9520.296.26-
YUV115.8791.39120.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 51 (20.31% from 255) = 17.59%
R=36.21%
G=46.21%
B=17.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134510.2200.620.4780.9644.8636.27
Hex6986331603E2F512d24
Octal1512066326076571215544
Binary1101001100001101100111011001111101011111010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698633; }

 p { color: rgb(105,134,51); }

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

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

 a { background-color: rgb(105,134,51); }

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

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

 span { border-color: rgb(105,134,51); }

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