#649073

Color #649073 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #649073

Tints of Oxley #649073

Color information

#649073 (or 0x649073) is unknown color: approx Oxley. HEX triplet: 64, 90 and 73. RGB value is (100,144,115). Sum of RGB (Red+Green+Blue) = 100+144+115=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #649073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649073 is #9B6F8C. Grayscale: #7F7F7F. Windows color (decimal): -10186637 or 7573604. OLE color: 7573604.

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

Color convert

RGB100144115-
CMYK0.3100.200.44
HSL140.45º18.03%47.84%-
HSV(B)140.45º30.56%56.47%-
XYZ18.3223.8919.87-
YUV127.54120.92108.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=27.86%
G=40.11%
B=32.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441150.3100.200.44140.4518.0347.84
Hex6490731F0142C8c1230
Octal14422016337024542142260
Binary1100100100100001110011111110101001011001000110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649073; }

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

 H1.HeaderClassName
 {
   color: #649073;
 }
 .AnyTagClassName
 {
   color: #649073;
 }
</style>
background-color css

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

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

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

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

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

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