#698919

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

Shades of Olive Drab #698919

Tints of Olive Drab #698919

Color information

#698919 (or 0x698919) is unknown color: approx Olive Drab. HEX triplet: 69, 89 and 19. RGB value is (105,137,25). Sum of RGB (Red+Green+Blue) = 105+137+25=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #698919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698919 is #9676E6. Grayscale: #737373. Windows color (decimal): -9860839 or 1673577. OLE color: 1673577.

HSL color Cylindrical-coordinate representation of color #698919: hue angle of 77.14º degrees, saturation: 0.69, 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 #698919 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB10513725-
CMYK0.2300.820.46
HSL77.14º69.14%31.76%-
HSV(B)77.14º81.75%53.73%-
XYZ14.9520.964.18-
YUV114.6677.4121.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 137 (53.91% from 255) = 51.31%
BLUE value IS 25 (10.16% from 255) = 9.36%
R=39.33%
G=51.31%
B=9.36%

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
Decimal105137250.2300.820.4677.1469.1431.76
Hex698919170522E4d4520
Octal151211312701225611510540
Binary11010011000100111001101110101001010111010011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698919; }

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

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

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

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

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

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

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

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