#639E6B

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

Shades of Oxley #639E6B

Tints of Oxley #639E6B

Color information

#639E6B (or 0x639E6B) is unknown color: approx Oxley. HEX triplet: 63, 9E and 6B. RGB value is (99,158,107). Sum of RGB (Red+Green+Blue) = 99+158+107=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #639E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E6B is #9C6194. Grayscale: #868686. Windows color (decimal): -10248597 or 7052899. OLE color: 7052899.

HSL color Cylindrical-coordinate representation of color #639E6B: hue angle of 128.14º 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 #639E6B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB99158107-
CMYK0.3700.320.38
HSL128.14º23.32%50.39%-
HSV(B)128.14º37.34%61.96%-
XYZ20.0328.1718.29-
YUV134.54112.45102.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=27.20%
G=43.41%
B=29.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581070.3700.320.38128.1423.3250.39
Hex639E6B2502026801732
Octal14323615345040462002762
Binary110001110011110110101110010101000001001101000000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,158,107); }

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

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

 a { background-color: rgb(99,158,107); }

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

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

 span { border-color: rgb(99,158,107); }

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