Html Css Color HEX #629418 Olive Drab

📋 copy color: '#629418'

red 98 ◦ green 148 ◦ blue 24

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

Shades of Olive Drab #629418

Tints of Olive Drab #629418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.89%

R = 36.3%
G = 54.81%
B = 8.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#629418 (or 0x629418) is known color: Olive Drab. HEX triplet: 62, 94 and 18. RGB value is (98,148,24). Sum of RGB (Red+Green+Blue) = 98+148+24=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #629418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629418 is #9D6BE7. Grayscale: #777777. Windows color (decimal): -10316776 or 1610850. OLE color: 1610850.

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

Color convert

RGB 98 148 24 -
CMYK 0.34 0 0.84 0.42
HSL 84.19º 0.72% 0.34% -
HSV(B) 84.19º 0.84% 0.58% -
XYZ 15.79 23.84 4.63 -
YUV 118.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 98 148 24 0.34 0 0.84 0.42 84.19 0.72 0.34
Hex 62 94 18 22 0 54 2A 54 48 22
Octal 142 224 30 42 0 124 52 124 110 42
Binary 1100010 10010100 11000 100010 0 1010100 101010 1010100 1001000 100010

Color Harmonies of #629418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629418

Black with #629418

Text Example


Text Example

White with #629418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629418; }

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

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

background-color css

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

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

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

border-color css

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

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

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