#698921

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

Shades of Olive Drab #698921

Tints of Olive Drab #698921

Color information

#698921 (or 0x698921) is unknown color: approx Olive Drab. HEX triplet: 69, 89 and 21. RGB value is (105,137,33). Sum of RGB (Red+Green+Blue) = 105+137+33=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #698921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698921 is #9676DE. Grayscale: #737373. Windows color (decimal): -9860831 or 2197865. OLE color: 2197865.

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

Color convert

RGB10513733-
CMYK0.2300.760.46
HSL78.46º61.18%33.33%-
HSV(B)78.46º75.91%53.73%-
XYZ15.05214.7-
YUV115.5881.4120.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 33 (13.28% from 255) = 12%
R=38.18%
G=49.82%
B=12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105137330.2300.760.4678.4661.1833.33
Hex6989211704C2E4e3d21
Octal15121141270114561167541
Binary11010011000100110000110111010011001011101001110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698921; }

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

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

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

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

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

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

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

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