#698735

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

Shades of Olive Drab #698735

Tints of Olive Drab #698735

Color information

#698735 (or 0x698735) is unknown color: approx Olive Drab. HEX triplet: 69, 87 and 35. RGB value is (105,135,53). Sum of RGB (Red+Green+Blue) = 105+135+53=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #698735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698735 is #9678CA. Grayscale: #747474. Windows color (decimal): -9861323 or 3508073. OLE color: 3508073.

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

Color convert

RGB10513553-
CMYK0.2200.610.47
HSL81.95º43.62%36.86%-
HSV(B)81.95º60.74%52.94%-
XYZ15.1320.596.54-
YUV116.6892.06119.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=35.84%
G=46.08%
B=18.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135530.2200.610.4781.9543.6236.86
Hex6987351603D2F522c25
Octal1512076526075571225445
Binary1101001100001111101011011001111011011111010010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698735; }

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

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

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

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

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

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

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

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