#698812

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

Shades of Olive Drab #698812

Tints of Olive Drab #698812

Color information

#698812 (or 0x698812) is unknown color: approx Olive Drab. HEX triplet: 69, 88 and 12. RGB value is (105,136,18). Sum of RGB (Red+Green+Blue) = 105+136+18=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #698812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698812 is #9677ED. Grayscale: #717171. Windows color (decimal): -9861102 or 1214569. OLE color: 1214569.

HSL color Cylindrical-coordinate representation of color #698812: hue angle of 75.76º degrees, saturation: 0.77, 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 #698812 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB10513618-
CMYK0.2300.870.47
HSL75.76º76.62%30.2%-
HSV(B)75.76º86.76%53.33%-
XYZ14.7420.663.78-
YUV113.2874.23122.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 136 (53.52% from 255) = 52.51%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=40.54%
G=52.51%
B=6.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136180.2300.870.4775.7676.6230.2
Hex698812170572F4c4d1e
Octal151210222701275711411536
Binary1101001100010001001010111010101111011111001100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698812; }

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

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

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

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

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

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

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

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