#639A7B

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

Shades of Oxley #639A7B

Tints of Oxley #639A7B

Color information

#639A7B (or 0x639A7B) is unknown color: approx Oxley. HEX triplet: 63, 9A and 7B. RGB value is (99,154,123). Sum of RGB (Red+Green+Blue) = 99+154+123=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #639A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A7B is #9C6584. Grayscale: #868686. Windows color (decimal): -10249605 or 8100451. OLE color: 8100451.

HSL color Cylindrical-coordinate representation of color #639A7B: hue angle of 146.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639A7B is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB99154123-
CMYK0.3600.200.40
HSL146.18º21.74%49.61%-
HSV(B)146.18º35.71%60.39%-
XYZ20.2827.1922.92-
YUV134.02121.78103.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=26.33%
G=40.96%
B=32.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991541230.3600.200.40146.1821.7449.61
Hex639A7B2401428921632
Octal14323217344024502222662
Binary11000111001101011110111001000101001010001001001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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