#639d71

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

Shades of Oxley #639D71

Tints of Oxley #639D71

Color information

#639D71 (or 0x639D71) is unknown color: approx Oxley. HEX triplet: 63, 9D and 71. RGB value is (99,157,113). Sum of RGB (Red+Green+Blue) = 99+157+113=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #639D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639D71 is #9C628E. Grayscale: #868686. Windows color (decimal): -10248847 or 7445859. OLE color: 7445859.

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

Color convert

RGB99157113-
CMYK0.3700.280.38
HSL134.48º22.83%50.2%-
HSV(B)134.48º36.94%61.57%-
XYZ20.1827.9619.96-
YUV134.64115.78102.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=26.83%
G=42.55%
B=30.62%

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
Decimal991571130.3700.280.38134.4822.8350.2
Hex639D712501C26861732
Octal14323516145034462062762
Binary11000111001110111100011001010111001001101000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639d71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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