#649D7A

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

Shades of Oxley #649D7A

Tints of Oxley #649D7A

Color information

#649D7A (or 0x649D7A) is unknown color: approx Oxley. HEX triplet: 64, 9D and 7A. RGB value is (100,157,122). Sum of RGB (Red+Green+Blue) = 100+157+122=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #649D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D7A is #9B6285. Grayscale: #888888. Windows color (decimal): -10183302 or 8035684. OLE color: 8035684.

HSL color Cylindrical-coordinate representation of color #649D7A: hue angle of 143.16º 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 #649D7A is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB100157122-
CMYK0.3600.220.38
HSL143.16º22.53%50.39%-
HSV(B)143.16º36.31%61.57%-
XYZ20.8328.2322.76-
YUV135.97120.12102.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=26.39%
G=41.42%
B=32.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571220.3600.220.38143.1622.5350.39
Hex649D7A24016268f1732
Octal14423517244026462172762
Binary11001001001110111110101001000101101001101000111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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