Html Css Color HEX #629410 Olive Drab

📋 copy color: '#629410'

red 98 ◦ green 148 ◦ blue 16

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

Shades of Olive Drab #629410

Tints of Olive Drab #629410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

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

R = 37.4%
G = 56.49%
B = 6.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#629410 (or 0x629410) is known color: Olive Drab. HEX triplet: 62, 94 and 10. RGB value is (98,148,16). Sum of RGB (Red+Green+Blue) = 98+148+16=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #629410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629410 is #9D6BEF. Grayscale: #767676. Windows color (decimal): -10316784 or 1086562. OLE color: 1086562.

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

Color convert

RGB 98 148 16 -
CMYK 0.34 0 0.89 0.42
HSL 82.73º 0.8% 0.32% -
HSV(B) 82.73º 0.89% 0.58% -
XYZ 15.72 23.81 4.26 -
YUV 118 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 98 148 16 0.34 0 0.89 0.42 82.73 0.8 0.32
Hex 62 94 10 22 0 59 2A 53 50 20
Octal 142 224 20 42 0 131 52 123 120 40
Binary 1100010 10010100 10000 100010 0 1011001 101010 1010011 1010000 100000

Color Harmonies of #629410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629410

Black with #629410

Text Example


Text Example

White with #629410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629410; }

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

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

background-color css

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

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

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

border-color css

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

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

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