#649871

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

Shades of Oxley #649871

Tints of Oxley #649871

Color information

#649871 (or 0x649871) is unknown color: approx Oxley. HEX triplet: 64, 98 and 71. RGB value is (100,152,113). Sum of RGB (Red+Green+Blue) = 100+152+113=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #649871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649871 is #9B678E. Grayscale: #848484. Windows color (decimal): -10184591 or 7444580. OLE color: 7444580.

HSL color Cylindrical-coordinate representation of color #649871: hue angle of 135º 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 #649871 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB100152113-
CMYK0.3400.260.40
HSL135º20.63%49.41%-
HSV(B)135º34.21%59.61%-
XYZ19.4626.3619.68-
YUV132.01117.27105.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=27.40%
G=41.64%
B=30.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521130.3400.260.4013520.6349.41
Hex6498712201A28871531
Octal14423016142032502072561
Binary11001001001100011100011000100110101010001000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649871; }

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

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

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

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

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

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

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

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