#639773

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

Shades of Oxley #639773

Tints of Oxley #639773

Color information

#639773 (or 0x639773) is unknown color: approx Oxley. HEX triplet: 63, 97 and 73. RGB value is (99,151,115). Sum of RGB (Red+Green+Blue) = 99+151+115=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #639773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639773 is #9C688C. Grayscale: #838383. Windows color (decimal): -10250381 or 7575395. OLE color: 7575395.

HSL color Cylindrical-coordinate representation of color #639773: hue angle of 138.46º 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 #639773 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB99151115-
CMYK0.3400.240.41
HSL138.46º20.8%49.02%-
HSV(B)138.46º34.44%59.22%-
XYZ19.3126.0220.23-
YUV131.35118.77104.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=27.12%
G=41.37%
B=31.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991511150.3400.240.41138.4620.849.02
Hex63977322018298a1531
Octal14322716342030512122561
Binary11000111001011111100111000100110001010011000101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639773; }

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

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

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

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

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

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

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

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