Html Css Color HEX #629210 Olive Drab

📋 copy color: '#629210'

red 98 ◦ green 146 ◦ blue 16

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

Shades of Olive Drab #629210

Tints of Olive Drab #629210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.15%

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

R = 37.69%
G = 56.15%
B = 6.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#629210 (or 0x629210) is known color: Olive Drab. HEX triplet: 62, 92 and 10. RGB value is (98,146,16). Sum of RGB (Red+Green+Blue) = 98+146+16=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #629210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629210 is #9D6DEF. Grayscale: #757575. Windows color (decimal): -10317296 or 1086050. OLE color: 1086050.

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

Color convert

RGB 98 146 16 -
CMYK 0.33 0 0.89 0.43
HSL 82.15º 0.8% 0.32% -
HSV(B) 82.15º 0.89% 0.57% -
XYZ 15.41 23.19 4.15 -
YUV 116.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 98 146 16 0.33 0 0.89 0.43 82.15 0.8 0.32
Hex 62 92 10 21 0 59 2B 52 50 20
Octal 142 222 20 41 0 131 53 122 120 40
Binary 1100010 10010010 10000 100001 0 1011001 101011 1010010 1010000 100000

Color Harmonies of #629210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629210

Black with #629210

Text Example


Text Example

White with #629210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629210; }

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

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

background-color css

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

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

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

border-color css

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

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

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