#639171

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

Shades of Oxley #639171

Tints of Oxley #639171

Color information

#639171 (or 0x639171) is unknown color: approx Oxley. HEX triplet: 63, 91 and 71. RGB value is (99,145,113). Sum of RGB (Red+Green+Blue) = 99+145+113=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #639171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639171 is #9C6E8E. Grayscale: #7F7F7F. Windows color (decimal): -10251919 or 7442787. OLE color: 7442787.

HSL color Cylindrical-coordinate representation of color #639171: hue angle of 138.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639171 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB99145113-
CMYK0.3200.220.43
HSL138.26º18.85%47.84%-
HSV(B)138.26º31.72%56.86%-
XYZ18.2524.119.31-
YUV127.6119.76107.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=27.73%
G=40.62%
B=31.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451130.3200.220.43138.2618.8547.84
Hex639171200162B8a1330
Octal14322116140026532122360
Binary11000111001000111100011000000101101010111000101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639171; }

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

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

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

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

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

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

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

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