Html Css Color HEX #629010 Olive Drab

📋 copy color: '#629010'

red 98 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #629010

Tints of Olive Drab #629010

RGB

 RED value IS 98 (38.67% from 255) = 37.98%

 GREEN value IS 144 (56.64% from 255) = 55.81%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 37.98%
G = 55.81%
B = 6.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#629010 (or 0x629010) is known color: Olive Drab. HEX triplet: 62, 90 and 10. RGB value is (98,144,16). Sum of RGB (Red+Green+Blue) = 98+144+16=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #629010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629010 is #9D6FEF. Grayscale: #747474. Windows color (decimal): -10317808 or 1085538. OLE color: 1085538.

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

Color convert

RGB 98 144 16 -
CMYK 0.32 0 0.89 0.44
HSL 81.56º 0.8% 0.31% -
HSV(B) 81.56º 0.89% 0.56% -
XYZ 15.1 22.58 4.05 -
YUV 115.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 98 144 16 0.32 0 0.89 0.44 81.56 0.8 0.31
Hex 62 90 10 20 0 59 2C 52 50 1F
Octal 142 220 20 40 0 131 54 122 120 37
Binary 1100010 10010000 10000 100000 0 1011001 101100 1010010 1010000 11111

Color Harmonies of #629010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629010

Black with #629010

Text Example


Text Example

White with #629010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629010; }

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

 H1.HeaderClassName
 {
   color: #629010;
 }
 .AnyTagClassName
 {
   color: #629010;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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