#629002

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

Shades of Olive Drab #629002

Tints of Olive Drab #629002

Color information

#629002 (or 0x629002) is unknown color: approx Olive Drab. HEX triplet: 62, 90 and 02. RGB value is (98,144,2). Sum of RGB (Red+Green+Blue) = 98+144+2=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #629002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629002 is #9D6FFD. Grayscale: #727272. Windows color (decimal): -10317822 or 168034. OLE color: 168034.

HSL color Cylindrical-coordinate representation of color #629002: hue angle of 79.44º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #629002 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB981442-
CMYK0.3200.990.44
HSL79.44º97.26%28.63%-
HSV(B)79.44º98.61%56.47%-
XYZ15.0222.553.62-
YUV114.0664.76116.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 144 (56.64% from 255) = 59.02%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=40.16%
G=59.02%
B=0.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9814420.3200.990.4479.4497.2628.63
Hex62902200632C4f611d
Octal14222024001435411714135
Binary11000101001000010100000011000111011001001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629002; }

 p { color: rgb(98,144,2); }

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

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

 a { background-color: rgb(98,144,2); }

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

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

 span { border-color: rgb(98,144,2); }

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