#649872

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

Shades of Oxley #649872

Tints of Oxley #649872

Color information

#649872 (or 0x649872) is unknown color: approx Oxley. HEX triplet: 64, 98 and 72. RGB value is (100,152,114). Sum of RGB (Red+Green+Blue) = 100+152+114=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #649872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649872 is #9B678D. Grayscale: #848484. Windows color (decimal): -10184590 or 7510116. OLE color: 7510116.

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

Color convert

RGB100152114-
CMYK0.3400.250.40
HSL136.15º20.63%49.41%-
HSV(B)136.15º34.21%59.61%-
XYZ19.5226.3819.98-
YUV132.12117.77105.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=27.32%
G=41.53%
B=31.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521140.3400.250.40136.1520.6349.41
Hex6498722201928881531
Octal14423016242031502102561
Binary11001001001100011100101000100110011010001000100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649872; }

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

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

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

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

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

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

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

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