#638D70

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

Shades of Oxley #638D70

Tints of Oxley #638D70

Color information

#638D70 (or 0x638D70) is unknown color: approx Oxley. HEX triplet: 63, 8D and 70. RGB value is (99,141,112). Sum of RGB (Red+Green+Blue) = 99+141+112=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #638D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638D70 is #9C728F. Grayscale: #7D7D7D. Windows color (decimal): -10252944 or 7376227. OLE color: 7376227.

HSL color Cylindrical-coordinate representation of color #638D70: hue angle of 138.57º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #638D70 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB99141112-
CMYK0.3000.210.45
HSL138.57º17.5%47.06%-
HSV(B)138.57º29.79%55.29%-
XYZ17.622.8718.82-
YUV125.14120.59109.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=28.12%
G=40.06%
B=31.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991411120.3000.210.45138.5717.547.06
Hex638D701E0152D8b122f
Octal14321516036025552132257
Binary1100011100011011110000111100101011011011000101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,141,112); }

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

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

 a { background-color: rgb(99,141,112); }

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

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

 span { border-color: rgb(99,141,112); }

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