#638C71

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

Shades of Oxley #638C71

Tints of Oxley #638C71

Color information

#638C71 (or 0x638C71) is unknown color: approx Oxley. HEX triplet: 63, 8C and 71. RGB value is (99,140,113). Sum of RGB (Red+Green+Blue) = 99+140+113=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #638C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C71 is #9C738E. Grayscale: #7C7C7C. Windows color (decimal): -10253199 or 7441507. OLE color: 7441507.

HSL color Cylindrical-coordinate representation of color #638C71: hue angle of 140.49º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638C71 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB99140113-
CMYK0.2900.190.45
HSL140.49º17.15%46.86%-
HSV(B)140.49º29.29%54.9%-
XYZ17.522.619.06-
YUV124.66121.42109.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 140 (55.08% from 255) = 39.77%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=28.12%
G=39.77%
B=32.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991401130.2900.190.45140.4917.1546.86
Hex638C711D0132D8c112f
Octal14321416135023552142157
Binary1100011100011001110001111010100111011011000110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638C71; }

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

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

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

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

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

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

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

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