Html Css Color HEX #629212 Olive Drab

📋 copy color: '#629212'

red 98 ◦ green 146 ◦ blue 18

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

Shades of Olive Drab #629212

Tints of Olive Drab #629212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 37.4%
G = 55.73%
B = 6.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#629212 (or 0x629212) is known color: Olive Drab. HEX triplet: 62, 92 and 12. RGB value is (98,146,18). Sum of RGB (Red+Green+Blue) = 98+146+18=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #629212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629212 is #9D6DED. Grayscale: #757575. Windows color (decimal): -10317294 or 1217122. OLE color: 1217122.

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

Color convert

RGB 98 146 18 -
CMYK 0.33 0 0.88 0.43
HSL 82.5º 0.78% 0.32% -
HSV(B) 82.5º 0.88% 0.57% -
XYZ 15.43 23.2 4.24 -
YUV 117.06 72.1 114.41 -
System Red Green Blue C M Y K H S L
Decimal 98 146 18 0.33 0 0.88 0.43 82.5 0.78 0.32
Hex 62 92 12 21 0 58 2B 52 4E 20
Octal 142 222 22 41 0 130 53 122 116 40
Binary 1100010 10010010 10010 100001 0 1011000 101011 1010010 1001110 100000

Color Harmonies of #629212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629212

Black with #629212

Text Example


Text Example

White with #629212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629212; }

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

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

background-color css

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

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

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

border-color css

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

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

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