#639977

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

Shades of Oxley #639977

Tints of Oxley #639977

Color information

#639977 (or 0x639977) is unknown color: approx Oxley. HEX triplet: 63, 99 and 77. RGB value is (99,153,119). Sum of RGB (Red+Green+Blue) = 99+153+119=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #639977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639977 is #9C6688. Grayscale: #858585. Windows color (decimal): -10249865 or 7838051. OLE color: 7838051.

HSL color Cylindrical-coordinate representation of color #639977: hue angle of 142.22º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639977 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB99153119-
CMYK0.3500.220.4
HSL142.22º21.43%49.41%-
HSV(B)142.22º35.29%60%-
XYZ19.8726.7721.57-
YUV132.98120.11103.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=26.68%
G=41.24%
B=32.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531190.3500.220.4142.2221.4349.41
Hex63997723016288e1531
Octal14323116743026502162561
Binary11000111001100111101111000110101101010001000111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639977; }

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

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

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

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

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

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

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

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