Html Css Color HEX #649001 Olive Drab

📋 copy color: '#649001'

red 100 ◦ green 144 ◦ blue 1

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

Shades of Olive Drab #649001

Tints of Olive Drab #649001

RGB

 RED value IS 100 (39.45% from 255) = 40.82%

 GREEN value IS 144 (56.64% from 255) = 58.78%

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

R = 40.82%
G = 58.78%
B = 0.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#649001 (or 0x649001) is known color: Olive Drab. HEX triplet: 64, 90 and 01. RGB value is (100,144,1). Sum of RGB (Red+Green+Blue) = 100+144+1=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #649001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649001 is #9B6FFE. Grayscale: #737373. Windows color (decimal): -10186751 or 102500. OLE color: 102500.

HSL color Cylindrical-coordinate representation of color #649001: hue angle of 78.46º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #649001 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 1 -
CMYK 0.31 0 0.99 0.44
HSL 78.46º 0.99% 0.28% -
HSV(B) 78.46º 0.99% 0.56% -
XYZ 15.23 22.66 3.6 -
YUV 114.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 100 144 1 0.31 0 0.99 0.44 78.46 0.99 0.28
Hex 64 90 1 1F 0 63 2C 4E 63 1C
Octal 144 220 1 37 0 143 54 116 143 34
Binary 1100100 10010000 1 11111 0 1100011 101100 1001110 1100011 11100

Color Harmonies of #649001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649001

Black with #649001

Text Example


Text Example

White with #649001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649001; }

 p { color: rgb(100,144,1); }

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

background-color css

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

 a { background-color: rgb(100,144,1); }

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

border-color css

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

 span { border-color: rgb(100,144,1); }

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