#649D7E

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

Shades of Oxley #649D7E

Tints of Oxley #649D7E

Color information

#649D7E (or 0x649D7E) is unknown color: approx Oxley. HEX triplet: 64, 9D and 7E. RGB value is (100,157,126). Sum of RGB (Red+Green+Blue) = 100+157+126=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #649D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D7E is #9B6281. Grayscale: #888888. Windows color (decimal): -10183298 or 8297828. OLE color: 8297828.

HSL color Cylindrical-coordinate representation of color #649D7E: hue angle of 147.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D7E is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB100157126-
CMYK0.3600.200.38
HSL147.37º22.53%50.39%-
HSV(B)147.37º36.31%61.57%-
XYZ21.0828.3324.1-
YUV136.42122.12102.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=26.11%
G=40.99%
B=32.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571260.3600.200.38147.3722.5350.39
Hex649D7E2401426931732
Octal14423517644024462232762
Binary11001001001110111111101001000101001001101001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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