#698612

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

Shades of Olive Drab #698612

Tints of Olive Drab #698612

Color information

#698612 (or 0x698612) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 12. RGB value is (105,134,18). Sum of RGB (Red+Green+Blue) = 105+134+18=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #698612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698612 is #9679ED. Grayscale: #707070. Windows color (decimal): -9861614 or 1214057. OLE color: 1214057.

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

Color convert

RGB10513418-
CMYK0.2200.870.47
HSL75º76.32%29.8%-
HSV(B)75º86.57%52.55%-
XYZ14.4620.13.69-
YUV112.174.89122.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 134 (52.73% from 255) = 52.14%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=40.86%
G=52.14%
B=7.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134180.2200.870.477576.3229.8
Hex698612160572F4b4c1e
Octal151206222601275711311436
Binary1101001100001101001010110010101111011111001011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698612; }

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

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

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

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

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

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

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

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