#639979

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

Shades of Oxley #639979

Tints of Oxley #639979

Color information

#639979 (or 0x639979) is unknown color: approx Oxley. HEX triplet: 63, 99 and 79. RGB value is (99,153,121). Sum of RGB (Red+Green+Blue) = 99+153+121=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #639979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639979 is #9C6686. Grayscale: #858585. Windows color (decimal): -10249863 or 7969123. OLE color: 7969123.

HSL color Cylindrical-coordinate representation of color #639979: hue angle of 144.44º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639979 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB99153121-
CMYK0.3500.210.4
HSL144.44º21.43%49.41%-
HSV(B)144.44º35.29%60%-
XYZ19.9926.8222.21-
YUV133.21121.11103.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=26.54%
G=41.02%
B=32.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531210.3500.210.4144.4421.4349.41
Hex6399792301528901531
Octal14323117143025502202561
Binary11000111001100111110011000110101011010001001000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639979; }

 p { color: rgb(99,153,121); }

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

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

 a { background-color: rgb(99,153,121); }

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

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

 span { border-color: rgb(99,153,121); }

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