Html Css Color HEX #629401 Olive Drab

📋 copy color: '#629401'

red 98 ◦ green 148 ◦ blue 1

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

Shades of Olive Drab #629401

Tints of Olive Drab #629401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 39.68%
G = 59.92%
B = 0.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#629401 (or 0x629401) is known color: Olive Drab. HEX triplet: 62, 94 and 01. RGB value is (98,148,1). Sum of RGB (Red+Green+Blue) = 98+148+1=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #629401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629401 is #9D6BFE. Grayscale: #747474. Windows color (decimal): -10316799 or 103522. OLE color: 103522.

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

Color convert

RGB 98 148 1 -
CMYK 0.34 0 0.99 0.42
HSL 80.41º 0.99% 0.29% -
HSV(B) 80.41º 0.99% 0.58% -
XYZ 15.63 23.78 3.79 -
YUV 116.29 62.94 114.95 -
System Red Green Blue C M Y K H S L
Decimal 98 148 1 0.34 0 0.99 0.42 80.41 0.99 0.29
Hex 62 94 1 22 0 63 2A 50 63 1D
Octal 142 224 1 42 0 143 52 120 143 35
Binary 1100010 10010100 1 100010 0 1100011 101010 1010000 1100011 11101

Color Harmonies of #629401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629401

Black with #629401

Text Example


Text Example

White with #629401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629401; }

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

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

background-color css

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

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

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

border-color css

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

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

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