#639873

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

Shades of Oxley #639873

Tints of Oxley #639873

Color information

#639873 (or 0x639873) is unknown color: approx Oxley. HEX triplet: 63, 98 and 73. RGB value is (99,152,115). Sum of RGB (Red+Green+Blue) = 99+152+115=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #639873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639873 is #9C678C. Grayscale: #848484. Windows color (decimal): -10250125 or 7575651. OLE color: 7575651.

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

Color convert

RGB99152115-
CMYK0.3500.240.40
HSL138.11º21.12%49.22%-
HSV(B)138.11º34.87%59.61%-
XYZ19.4726.3520.28-
YUV131.94118.44104.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=27.05%
G=41.53%
B=31.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991521150.3500.240.40138.1121.1249.22
Hex63987323018288a1531
Octal14323016343030502122561
Binary11000111001100011100111000110110001010001000101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639873; }

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

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

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

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

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

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

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

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