#639278

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

Shades of Oxley #639278

Tints of Oxley #639278

Color information

#639278 (or 0x639278) is unknown color: approx Oxley. HEX triplet: 63, 92 and 78. RGB value is (99,146,120). Sum of RGB (Red+Green+Blue) = 99+146+120=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #639278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639278 is #9C6D87. Grayscale: #818181. Windows color (decimal): -10251656 or 7901795. OLE color: 7901795.

HSL color Cylindrical-coordinate representation of color #639278: hue angle of 146.81º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639278 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB99146120-
CMYK0.3200.180.43
HSL146.81º19.18%48.04%-
HSV(B)146.81º32.19%57.25%-
XYZ18.8124.5721.52-
YUV128.98122.93106.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 120 (47.27% from 255) = 32.88%
R=27.12%
G=40%
B=32.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461200.3200.180.43146.8119.1848.04
Hex639278200122B931330
Octal14322217040022532232360
Binary11000111001001011110001000000100101010111001001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639278; }

 p { color: rgb(99,146,120); }

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

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

 a { background-color: rgb(99,146,120); }

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

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

 span { border-color: rgb(99,146,120); }

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