#698F16

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

Shades of Olive Drab #698F16

Tints of Olive Drab #698F16

Color information

#698F16 (or 0x698F16) is unknown color: approx Olive Drab. HEX triplet: 69, 8F and 16. RGB value is (105,143,22). Sum of RGB (Red+Green+Blue) = 105+143+22=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #698F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F16 is #9670E9. Grayscale: #767676. Windows color (decimal): -9859306 or 1478505. OLE color: 1478505.

HSL color Cylindrical-coordinate representation of color #698F16: hue angle of 78.84º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #698F16 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB10514322-
CMYK0.2700.850.44
HSL78.84º73.33%32.35%-
HSV(B)78.84º84.62%56.08%-
XYZ15.7922.714.31-
YUV117.8473.91118.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 143 (56.25% from 255) = 52.96%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=38.89%
G=52.96%
B=8.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105143220.2700.850.4478.8473.3332.35
Hex698F161B0552C4f4920
Octal151217263301255411711140
Binary11010011000111110110110110101010110110010011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698F16; }

 p { color: rgb(105,143,22); }

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

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

 a { background-color: rgb(105,143,22); }

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

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

 span { border-color: rgb(105,143,22); }

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