#698635

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

Shades of Olive Drab #698635

Tints of Olive Drab #698635

Color information

#698635 (or 0x698635) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 35. RGB value is (105,134,53). Sum of RGB (Red+Green+Blue) = 105+134+53=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #698635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698635 is #9679CA. Grayscale: #747474. Windows color (decimal): -9861579 or 3507817. OLE color: 3507817.

HSL color Cylindrical-coordinate representation of color #698635: hue angle of 81.48º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #698635 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB10513453-
CMYK0.2200.600.47
HSL81.48º43.32%36.67%-
HSV(B)81.48º60.45%52.55%-
XYZ14.9920.316.5-
YUV116.192.39120.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=35.96%
G=45.89%
B=18.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134530.2200.600.4781.4843.3236.67
Hex6986351603C2F512b25
Octal1512066526074571215345
Binary1101001100001101101011011001111001011111010001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698635; }

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

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

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

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

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

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

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

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