#698918

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

Shades of Olive Drab #698918

Tints of Olive Drab #698918

Color information

#698918 (or 0x698918) is unknown color: approx Olive Drab. HEX triplet: 69, 89 and 18. RGB value is (105,137,24). Sum of RGB (Red+Green+Blue) = 105+137+24=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #698918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698918 is #9676E7. Grayscale: #727272. Windows color (decimal): -9860840 or 1608041. OLE color: 1608041.

HSL color Cylindrical-coordinate representation of color #698918: hue angle of 76.99º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #698918 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB10513724-
CMYK0.2300.820.46
HSL76.99º70.19%31.57%-
HSV(B)76.99º82.48%53.73%-
XYZ14.9420.964.12-
YUV114.5576.9121.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 137 (53.91% from 255) = 51.50%
BLUE value IS 24 (9.77% from 255) = 9.02%
R=39.47%
G=51.50%
B=9.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105137240.2300.820.4676.9970.1931.57
Hex698918170522E4d4620
Octal151211302701225611510640
Binary11010011000100111000101110101001010111010011011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698918; }

 p { color: rgb(105,137,24); }

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

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

 a { background-color: rgb(105,137,24); }

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

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

 span { border-color: rgb(105,137,24); }

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