#639F7B

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

Shades of Oxley #639F7B

Tints of Oxley #639F7B

Color information

#639F7B (or 0x639F7B) is unknown color: approx Oxley. HEX triplet: 63, 9F and 7B. RGB value is (99,159,123). Sum of RGB (Red+Green+Blue) = 99+159+123=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #639F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F7B is #9C6084. Grayscale: #898989. Windows color (decimal): -10248325 or 8101731. OLE color: 8101731.

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

Color convert

RGB99159123-
CMYK0.3800.230.38
HSL144º23.81%50.59%-
HSV(B)144º37.74%62.35%-
XYZ21.1228.8823.2-
YUV136.96120.12100.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=25.98%
G=41.73%
B=32.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591230.3800.230.3814423.8150.59
Hex639F7B2601726901833
Octal14323717346027462203063
Binary11000111001111111110111001100101111001101001000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,123); }

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

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

 a { background-color: rgb(99,159,123); }

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

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

 span { border-color: rgb(99,159,123); }

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