#639B76

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

Shades of Oxley #639B76

Tints of Oxley #639B76

Color information

#639B76 (or 0x639B76) is unknown color: approx Oxley. HEX triplet: 63, 9B and 76. RGB value is (99,155,118). Sum of RGB (Red+Green+Blue) = 99+155+118=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #639B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B76 is #9C6489. Grayscale: #868686. Windows color (decimal): -10249354 or 7773027. OLE color: 7773027.

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

Color convert

RGB99155118-
CMYK0.3600.240.39
HSL140.36º22.05%49.8%-
HSV(B)140.36º36.13%60.78%-
XYZ20.1427.421.37-
YUV134.04118.95103.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.61%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=26.61%
G=41.67%
B=31.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551180.3600.240.39140.3622.0549.8
Hex639B7624018278c1632
Octal14323316644030472142662
Binary11000111001101111101101001000110001001111000110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,155,118); }

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

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

 a { background-color: rgb(99,155,118); }

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

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

 span { border-color: rgb(99,155,118); }

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