Html Css Color HEX #629100 Olive Drab

📋 copy color: '#629100'

red 98 ◦ green 145 ◦ blue 0

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

Shades of Olive Drab #629100

Tints of Olive Drab #629100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.33%
G = 59.67%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#629100 (or 0x629100) is known color: Olive Drab. HEX triplet: 62, 91 and 00. RGB value is (98,145,0). Sum of RGB (Red+Green+Blue) = 98+145+0=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #629100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629100 is #9D6EFF. Grayscale: #727272. Windows color (decimal): -10317568 or 37218. OLE color: 37218.

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

Color convert

RGB 98 145 0 -
CMYK 0.32 0 1 0.43
HSL 79.45º 1% 0.28% -
HSV(B) 79.45º 1% 0.57% -
XYZ 15.16 22.85 3.61 -
YUV 114.42 63.43 116.29 -
System Red Green Blue C M Y K H S L
Decimal 98 145 0 0.32 0 1 0.43 79.45 1 0.28
Hex 62 91 0 20 0 64 2B 4F 64 1C
Octal 142 221 0 40 0 144 53 117 144 34
Binary 1100010 10010001 0 100000 0 1100100 101011 1001111 1100100 11100

Color Harmonies of #629100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629100

Black with #629100

Text Example


Text Example

White with #629100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629100; }

 p { color: rgb(98,145,0); }

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

background-color css

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

 a { background-color: rgb(98,145,0); }

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

border-color css

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

 span { border-color: rgb(98,145,0); }

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