#698336

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

Shades of Olive Drab #698336

Tints of Olive Drab #698336

Color information

#698336 (or 0x698336) is unknown color: approx Olive Drab. HEX triplet: 69, 83 and 36. RGB value is (105,131,54). Sum of RGB (Red+Green+Blue) = 105+131+54=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #698336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698336 is #967CC9. Grayscale: #727272. Windows color (decimal): -9862346 or 3572585. OLE color: 3572585.

HSL color Cylindrical-coordinate representation of color #698336: hue angle of 80.26º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698336 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB10513154-
CMYK0.2000.590.49
HSL80.26º41.62%36.27%-
HSV(B)80.26º58.78%51.37%-
XYZ14.6119.56.48-
YUV114.4593.89121.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=36.21%
G=45.17%
B=18.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131540.2000.590.4980.2641.6236.27
Hex6983361403B31502a24
Octal1512036624073611205244
Binary1101001100000111101101010001110111100011010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698336; }

 p { color: rgb(105,131,54); }

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

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

 a { background-color: rgb(105,131,54); }

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

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

 span { border-color: rgb(105,131,54); }

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