#698433

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

Shades of Olive Drab #698433

Tints of Olive Drab #698433

Color information

#698433 (or 0x698433) is unknown color: approx Olive Drab. HEX triplet: 69, 84 and 33. RGB value is (105,132,51). Sum of RGB (Red+Green+Blue) = 105+132+51=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #698433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698433 is #967BCC. Grayscale: #727272. Windows color (decimal): -9862093 or 3376233. OLE color: 3376233.

HSL color Cylindrical-coordinate representation of color #698433: hue angle of 80º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #698433 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB10513251-
CMYK0.2000.610.48
HSL80º44.26%35.88%-
HSV(B)80º61.36%51.76%-
XYZ14.6719.746.17-
YUV114.6992.05121.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=36.46%
G=45.83%
B=17.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132510.2000.610.488044.2635.88
Hex6984331403D30502c24
Octal1512046324075601205444
Binary1101001100001001100111010001111011100001010000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698433; }

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

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

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

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

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

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

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

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