#639377

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

Shades of Oxley #639377

Tints of Oxley #639377

Color information

#639377 (or 0x639377) is unknown color: approx Oxley. HEX triplet: 63, 93 and 77. RGB value is (99,147,119). Sum of RGB (Red+Green+Blue) = 99+147+119=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #639377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639377 is #9C6C88. Grayscale: #818181. Windows color (decimal): -10251401 or 7836515. OLE color: 7836515.

HSL color Cylindrical-coordinate representation of color #639377: hue angle of 145º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639377 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB99147119-
CMYK0.3300.190.42
HSL145º19.51%48.24%-
HSV(B)145º32.65%57.65%-
XYZ18.9124.8521.25-
YUV129.46122.1106.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=27.12%
G=40.27%
B=32.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471190.3300.190.4214519.5148.24
Hex639377210132A911430
Octal14322316741023522212460
Binary11000111001001111101111000010100111010101001000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639377; }

 p { color: rgb(99,147,119); }

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

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

 a { background-color: rgb(99,147,119); }

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

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

 span { border-color: rgb(99,147,119); }

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