Html Css Color HEX #629002 Olive Drab

📋 copy color: '#629002'

red 98 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #629002

Tints of Olive Drab #629002

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 value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

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

RGB 98 144 2 -
CMYK 0.32 0 0.99 0.44
HSL 79.44º 0.97% 0.29% -
HSV(B) 79.44º 0.99% 0.56% -
XYZ 15.02 22.55 3.62 -
YUV 114.06 64.76 116.55 -
System Red Green Blue C M Y K H S L
Decimal 98 144 2 0.32 0 0.99 0.44 79.44 0.97 0.29
Hex 62 90 2 20 0 63 2C 4F 61 1D
Octal 142 220 2 40 0 143 54 117 141 35
Binary 1100010 10010000 10 100000 0 1100011 101100 1001111 1100001 11101

Color Harmonies of #629002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629002

Black with #629002

Text Example


Text Example

White with #629002

Text Example


Text Example

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