#649F7E

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

Shades of Oxley #649F7E

Tints of Oxley #649F7E

Color information

#649F7E (or 0x649F7E) is unknown color: approx Oxley. HEX triplet: 64, 9F and 7E. RGB value is (100,159,126). Sum of RGB (Red+Green+Blue) = 100+159+126=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #649F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F7E is #9B6081. Grayscale: #898989. Windows color (decimal): -10182786 or 8298340. OLE color: 8298340.

HSL color Cylindrical-coordinate representation of color #649F7E: hue angle of 146.44º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F7E is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB100159126-
CMYK0.3700.210.38
HSL146.44º23.51%50.78%-
HSV(B)146.44º37.11%62.35%-
XYZ21.4229.0124.21-
YUV137.6121.45101.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=25.97%
G=41.30%
B=32.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591260.3700.210.38146.4423.5150.78
Hex649F7E2501526921833
Octal14423717645025462223063
Binary11001001001111111111101001010101011001101001001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649F7E; }

 p { color: rgb(100,159,126); }

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

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

 a { background-color: rgb(100,159,126); }

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

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

 span { border-color: rgb(100,159,126); }

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