#649879

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

Shades of Oxley #649879

Tints of Oxley #649879

Color information

#649879 (or 0x649879) is unknown color: approx Oxley. HEX triplet: 64, 98 and 79. RGB value is (100,152,121). Sum of RGB (Red+Green+Blue) = 100+152+121=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #649879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649879 is #9B6786. Grayscale: #848484. Windows color (decimal): -10184583 or 7968868. OLE color: 7968868.

HSL color Cylindrical-coordinate representation of color #649879: hue angle of 144.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649879 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB100152121-
CMYK0.3400.200.40
HSL144.23º20.63%49.41%-
HSV(B)144.23º34.21%59.61%-
XYZ19.9326.5522.16-
YUV132.92121.27104.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=26.81%
G=40.75%
B=32.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521210.3400.200.40144.2320.6349.41
Hex6498792201428901531
Octal14423017142024502202561
Binary11001001001100011110011000100101001010001001000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649879; }

 p { color: rgb(100,152,121); }

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

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

 a { background-color: rgb(100,152,121); }

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

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

 span { border-color: rgb(100,152,121); }

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