#698222

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

Shades of Olive Drab #698222

Tints of Olive Drab #698222

Color information

#698222 (or 0x698222) is unknown color: approx Olive Drab. HEX triplet: 69, 82 and 22. RGB value is (105,130,34). Sum of RGB (Red+Green+Blue) = 105+130+34=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #698222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698222 is #967DDD. Grayscale: #6F6F6F. Windows color (decimal): -9862622 or 2261609. OLE color: 2261609.

HSL color Cylindrical-coordinate representation of color #698222: hue angle of 75.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #698222 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB10513034-
CMYK0.1900.740.49
HSL75.62º58.54%32.16%-
HSV(B)75.62º73.85%50.98%-
XYZ14.119.084.45-
YUV111.5884.22123.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 34 (13.67% from 255) = 12.64%
R=39.03%
G=48.33%
B=12.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130340.1900.740.4975.6258.5432.16
Hex6982221304A314c3b20
Octal15120242230112611147340
Binary11010011000001010001010011010010101100011001100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698222; }

 p { color: rgb(105,130,34); }

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

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

 a { background-color: rgb(105,130,34); }

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

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

 span { border-color: rgb(105,130,34); }

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