#639D7C

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

Shades of Oxley #639D7C

Tints of Oxley #639D7C

Color information

#639D7C (or 0x639D7C) is unknown color: approx Oxley. HEX triplet: 63, 9D and 7C. RGB value is (99,157,124). Sum of RGB (Red+Green+Blue) = 99+157+124=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #639D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639D7C is #9C6283. Grayscale: #878787. Windows color (decimal): -10248836 or 8166755. OLE color: 8166755.

HSL color Cylindrical-coordinate representation of color #639D7C: hue angle of 145.86º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639D7C is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB99157124-
CMYK0.3700.210.38
HSL145.86º22.83%50.2%-
HSV(B)145.86º36.94%61.57%-
XYZ20.8428.2223.42-
YUV135.9121.28101.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.05%
GREEN value IS 157 (61.72% from 255) = 41.32%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=26.05%
G=41.32%
B=32.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991571240.3700.210.38145.8622.8350.2
Hex639D7C2501526921732
Octal14323517445025462222762
Binary11000111001110111111001001010101011001101001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639D7C; }

 p { color: rgb(99,157,124); }

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

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

 a { background-color: rgb(99,157,124); }

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

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

 span { border-color: rgb(99,157,124); }

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