#639777

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

Shades of Oxley #639777

Tints of Oxley #639777

Color information

#639777 (or 0x639777) is unknown color: approx Oxley. HEX triplet: 63, 97 and 77. RGB value is (99,151,119). Sum of RGB (Red+Green+Blue) = 99+151+119=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #639777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639777 is #9C6888. Grayscale: #838383. Windows color (decimal): -10250377 or 7837539. OLE color: 7837539.

HSL color Cylindrical-coordinate representation of color #639777: hue angle of 143.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639777 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB99151119-
CMYK0.3400.210.41
HSL143.08º20.8%49.02%-
HSV(B)143.08º34.44%59.22%-
XYZ19.5426.1221.46-
YUV131.8120.77104.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=26.83%
G=40.92%
B=32.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991511190.3400.210.41143.0820.849.02
Hex63977722015298f1531
Octal14322716742025512172561
Binary11000111001011111101111000100101011010011000111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639777; }

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

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

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

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

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

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

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

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