#629106

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

Shades of Olive Drab #629106

Tints of Olive Drab #629106

Color information

#629106 (or 0x629106) is unknown color: approx Olive Drab. HEX triplet: 62, 91 and 06. RGB value is (98,145,6). Sum of RGB (Red+Green+Blue) = 98+145+6=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #629106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629106 is #9D6EF9. Grayscale: #737373. Windows color (decimal): -10317562 or 430434. OLE color: 430434.

HSL color Cylindrical-coordinate representation of color #629106: hue angle of 80.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #629106 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB981456-
CMYK0.3200.960.43
HSL80.29º92.05%29.61%-
HSV(B)80.29º95.86%56.86%-
XYZ15.222.863.78-
YUV115.166.43115.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 145 (57.03% from 255) = 58.23%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=39.36%
G=58.23%
B=2.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9814560.3200.960.4380.2992.0529.61
Hex62916200602B505c1e
Octal14222164001405312013436
Binary110001010010001110100000011000001010111010000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629106; }

 p { color: rgb(98,145,6); }

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

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

 a { background-color: rgb(98,145,6); }

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

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

 span { border-color: rgb(98,145,6); }

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