Html Css Color HEX #629502 Olive Drab

📋 copy color: '#629502'

red 98 ◦ green 149 ◦ blue 2

#629502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #629502

Tints of Olive Drab #629502

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.8%

R = 39.36%
G = 59.84%
B = 0.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#629502 (or 0x629502) is known color: 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

RGB 98 149 2 -
CMYK 0.34 0 0.99 0.42
HSL 80.82º 0.97% 0.3% -
HSV(B) 80.82º 0.99% 0.58% -
XYZ 15.8 24.1 3.88 -
YUV 116.99 63.1 114.45 -
System Red Green Blue C M Y K H S L
Decimal 98 149 2 0.34 0 0.99 0.42 80.82 0.97 0.3
Hex 62 95 2 22 0 63 2A 51 61 1E
Octal 142 225 2 42 0 143 52 121 141 36
Binary 1100010 10010101 10 100010 0 1100011 101010 1010001 1100001 11110

Color Harmonies of #629502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629502

Black with #629502

Text Example


Text Example

White with #629502

Text Example


Text Example

HTML Codes & Css Web 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>