#639E72

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

Shades of Oxley #639E72

Tints of Oxley #639E72

Color information

#639E72 (or 0x639E72) is unknown color: approx Oxley. HEX triplet: 63, 9E and 72. RGB value is (99,158,114). Sum of RGB (Red+Green+Blue) = 99+158+114=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #639E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E72 is #9C618D. Grayscale: #878787. Windows color (decimal): -10248590 or 7511651. OLE color: 7511651.

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

Color convert

RGB99158114-
CMYK0.3700.280.38
HSL135.25º23.32%50.39%-
HSV(B)135.25º37.34%61.96%-
XYZ20.4128.3220.31-
YUV135.34115.95102.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=26.68%
G=42.59%
B=30.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581140.3700.280.38135.2523.3250.39
Hex639E722501C26871732
Octal14323616245034462072762
Binary11000111001111011100101001010111001001101000011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,158,114); }

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

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

 a { background-color: rgb(99,158,114); }

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

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

 span { border-color: rgb(99,158,114); }

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