Html Css Color HEX #649000 Olive Drab

📋 copy color: '#649000'

red 100 ◦ green 144 ◦ blue 0

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

Shades of Olive Drab #649000

Tints of Olive Drab #649000

RGB

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

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

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

R = 40.98%
G = 59.02%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#649000 (or 0x649000) is known color: Olive Drab. HEX triplet: 64, 90 and 00. RGB value is (100,144,0). Sum of RGB (Red+Green+Blue) = 100+144+0=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #649000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649000 is #9B6FFF. Grayscale: #727272. Windows color (decimal): -10186752 or 36964. OLE color: 36964.

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

Color convert

RGB 100 144 0 -
CMYK 0.31 0 1 0.44
HSL 78.33º 1% 0.28% -
HSV(B) 78.33º 1% 0.56% -
XYZ 15.23 22.66 3.57 -
YUV 114.43 63.42 117.71 -
System Red Green Blue C M Y K H S L
Decimal 100 144 0 0.31 0 1 0.44 78.33 1 0.28
Hex 64 90 0 1F 0 64 2C 4E 64 1C
Octal 144 220 0 37 0 144 54 116 144 34
Binary 1100100 10010000 0 11111 0 1100100 101100 1001110 1100100 11100

Color Harmonies of #649000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649000

Black with #649000

Text Example


Text Example

White with #649000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649000; }

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

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

background-color css

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

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

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

border-color css

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

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

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