#698736

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

Shades of Olive Drab #698736

Tints of Olive Drab #698736

Color information

#698736 (or 0x698736) is unknown color: approx Olive Drab. HEX triplet: 69, 87 and 36. RGB value is (105,135,54). Sum of RGB (Red+Green+Blue) = 105+135+54=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #698736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698736 is #9678C9. Grayscale: #757575. Windows color (decimal): -9861322 or 3573609. OLE color: 3573609.

HSL color Cylindrical-coordinate representation of color #698736: hue angle of 82.22º 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 #698736 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB10513554-
CMYK0.2200.600.47
HSL82.22º42.86%37.06%-
HSV(B)82.22º60%52.94%-
XYZ15.1620.66.67-
YUV116.892.56119.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=35.71%
G=45.92%
B=18.37%

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
Decimal105135540.2200.600.4782.2242.8637.06
Hex6987361603C2F522b25
Octal1512076626074571225345
Binary1101001100001111101101011001111001011111010010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698736; }

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

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

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

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

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

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

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

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