#638c73

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

Shades of Oxley #638C73

Tints of Oxley #638C73

Color information

#638C73 (or 0x638C73) is unknown color: approx Oxley. HEX triplet: 63, 8C and 73. RGB value is (99,140,115). Sum of RGB (Red+Green+Blue) = 99+140+115=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 140 - color contains mainly: green. Hex color #638C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C73 is #9C738C. Grayscale: #7C7C7C. Windows color (decimal): -10253197 or 7572579. OLE color: 7572579.

HSL color Cylindrical-coordinate representation of color #638C73: hue angle of 143.41º 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 #638C73 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB99140115-
CMYK0.2900.180.45
HSL143.41º17.15%46.86%-
HSV(B)143.41º29.29%54.9%-
XYZ17.6222.6519.66-
YUV124.89122.42109.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 140 (55.08% from 255) = 39.55%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=27.97%
G=39.55%
B=32.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991401150.2900.180.45143.4117.1546.86
Hex638C731D0122D8f112f
Octal14321416335022552172157
Binary1100011100011001110011111010100101011011000111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638c73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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