#649D7D

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

Shades of Oxley #649D7D

Tints of Oxley #649D7D

Color information

#649D7D (or 0x649D7D) is unknown color: approx Oxley. HEX triplet: 64, 9D and 7D. RGB value is (100,157,125). Sum of RGB (Red+Green+Blue) = 100+157+125=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #649D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D7D is #9B6282. Grayscale: #888888. Windows color (decimal): -10183299 or 8232292. OLE color: 8232292.

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

Color convert

RGB100157125-
CMYK0.3600.200.38
HSL146.32º22.53%50.39%-
HSV(B)146.32º36.31%61.57%-
XYZ21.0128.323.76-
YUV136.31121.62102.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=26.18%
G=41.10%
B=32.72%

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
Decimal1001571250.3600.200.38146.3222.5350.39
Hex649D7D2401426921732
Octal14423517544024462222762
Binary11001001001110111111011001000101001001101001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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