#699821

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

Shades of Olive Drab #699821

Tints of Olive Drab #699821

Color information

#699821 (or 0x699821) is unknown color: approx Olive Drab. HEX triplet: 69, 98 and 21. RGB value is (105,152,33). Sum of RGB (Red+Green+Blue) = 105+152+33=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #699821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699821 is #9667DE. Grayscale: #7C7C7C. Windows color (decimal): -9856991 or 2201705. OLE color: 2201705.

HSL color Cylindrical-coordinate representation of color #699821: hue angle of 83.7º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #699821 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB10515233-
CMYK0.3100.780.40
HSL83.7º64.32%36.27%-
HSV(B)83.7º78.29%59.61%-
XYZ17.3325.575.46-
YUV124.3876.43114.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=36.21%
G=52.41%
B=11.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152330.3100.780.4083.764.3236.27
Hex6998211F04E28544024
Octal151230413701165012410044
Binary110100110011000100001111110100111010100010101001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699821; }

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

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

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

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

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

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

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

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