#639E71

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

Shades of Oxley #639E71

Tints of Oxley #639E71

Color information

#639E71 (or 0x639E71) is unknown color: approx Oxley. HEX triplet: 63, 9E and 71. RGB value is (99,158,113). Sum of RGB (Red+Green+Blue) = 99+158+113=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #639E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E71 is #9C618E. Grayscale: #878787. Windows color (decimal): -10248591 or 7446115. OLE color: 7446115.

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

Color convert

RGB99158113-
CMYK0.3700.280.38
HSL134.24º23.32%50.39%-
HSV(B)134.24º37.34%61.96%-
XYZ20.3528.320.01-
YUV135.23115.45102.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=26.76%
G=42.70%
B=30.54%

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
Decimal991581130.3700.280.38134.2423.3250.39
Hex639E712501C26861732
Octal14323616145034462062762
Binary11000111001111011100011001010111001001101000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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