#639F7A

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

Shades of Oxley #639F7A

Tints of Oxley #639F7A

Color information

#639F7A (or 0x639F7A) is unknown color: approx Oxley. HEX triplet: 63, 9F and 7A. RGB value is (99,159,122). Sum of RGB (Red+Green+Blue) = 99+159+122=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #639F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F7A is #9C6085. Grayscale: #888888. Windows color (decimal): -10248326 or 8036195. OLE color: 8036195.

HSL color Cylindrical-coordinate representation of color #639F7A: hue angle of 143º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F7A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB99159122-
CMYK0.3800.230.38
HSL143º23.81%50.59%-
HSV(B)143º37.74%62.35%-
XYZ21.0628.8522.87-
YUV136.84119.62101.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.05%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=26.05%
G=41.84%
B=32.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591220.3800.230.3814323.8150.59
Hex639F7A26017268f1833
Octal14323717246027462173063
Binary11000111001111111110101001100101111001101000111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639F7A; }

 p { color: rgb(99,159,122); }

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

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

 a { background-color: rgb(99,159,122); }

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

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

 span { border-color: rgb(99,159,122); }

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