#629502

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

Shades of Olive Drab #629502

Tints of Olive Drab #629502

Color information

#629502 (or 0x629502) is unknown color: approx Olive Drab. HEX triplet: 62, 95 and 02. RGB value is (98,149,2). Sum of RGB (Red+Green+Blue) = 98+149+2=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #629502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629502 is #9D6AFD. Grayscale: #757575. Windows color (decimal): -10316542 or 169314. OLE color: 169314.

HSL color Cylindrical-coordinate representation of color #629502: hue angle of 80.82º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #629502 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB981492-
CMYK0.3400.990.42
HSL80.82º97.35%29.61%-
HSV(B)80.82º98.66%58.43%-
XYZ15.824.13.88-
YUV116.9963.1114.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 149 (58.59% from 255) = 59.84%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=39.36%
G=59.84%
B=0.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9814920.3400.990.4280.8297.3529.61
Hex62952220632A51611e
Octal14222524201435212114136
Binary11000101001010110100010011000111010101010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629502; }

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

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

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

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

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

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

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

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