#639F71

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

Shades of Oxley #639F71

Tints of Oxley #639F71

Color information

#639F71 (or 0x639F71) is unknown color: approx Oxley. HEX triplet: 63, 9F and 71. RGB value is (99,159,113). Sum of RGB (Red+Green+Blue) = 99+159+113=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #639F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F71 is #9C608E. Grayscale: #878787. Windows color (decimal): -10248335 or 7446371. OLE color: 7446371.

HSL color Cylindrical-coordinate representation of color #639F71: hue angle of 134º 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 #639F71 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB99159113-
CMYK0.3800.290.38
HSL134º23.81%50.59%-
HSV(B)134º37.74%62.35%-
XYZ20.5228.6420.07-
YUV135.82115.12101.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=26.68%
G=42.86%
B=30.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591130.3800.290.3813423.8150.59
Hex639F712601D26861833
Octal14323716146035462063063
Binary11000111001111111100011001100111011001101000011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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