#639D72

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

Shades of Oxley #639D72

Tints of Oxley #639D72

Color information

#639D72 (or 0x639D72) is unknown color: approx Oxley. HEX triplet: 63, 9D and 72. RGB value is (99,157,114). Sum of RGB (Red+Green+Blue) = 99+157+114=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #639D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639D72 is #9C628D. Grayscale: #868686. Windows color (decimal): -10248846 or 7511395. OLE color: 7511395.

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

Color convert

RGB99157114-
CMYK0.3700.270.38
HSL135.52º22.83%50.2%-
HSV(B)135.52º36.94%61.57%-
XYZ20.2427.9820.25-
YUV134.76116.28102.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=26.76%
G=42.43%
B=30.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991571140.3700.270.38135.5222.8350.2
Hex639D722501B26881732
Octal14323516245033462102762
Binary11000111001110111100101001010110111001101000100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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