#629216

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

Shades of Olive Drab #629216

Tints of Olive Drab #629216

Color information

#629216 (or 0x629216) is unknown color: approx Olive Drab. HEX triplet: 62, 92 and 16. RGB value is (98,146,22). Sum of RGB (Red+Green+Blue) = 98+146+22=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #629216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629216 is #9D6DE9. Grayscale: #757575. Windows color (decimal): -10317290 or 1479266. OLE color: 1479266.

HSL color Cylindrical-coordinate representation of color #629216: hue angle of 83.23º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #629216 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB9814622-
CMYK0.3300.850.43
HSL83.23º73.81%32.94%-
HSV(B)83.23º84.93%57.25%-
XYZ15.4623.214.42-
YUV117.5174.1114.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=36.84%
G=54.89%
B=8.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98146220.3300.850.4383.2373.8132.94
Hex629216210552B534a21
Octal142222264101255312311241
Binary110001010010010101101000010101010110101110100111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629216; }

 p { color: rgb(98,146,22); }

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

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

 a { background-color: rgb(98,146,22); }

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

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

 span { border-color: rgb(98,146,22); }

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