#639B6D

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

Shades of Oxley #639B6D

Tints of Oxley #639B6D

Color information

#639B6D (or 0x639B6D) is unknown color: approx Oxley. HEX triplet: 63, 9B and 6D. RGB value is (99,155,109). Sum of RGB (Red+Green+Blue) = 99+155+109=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #639B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B6D is #9C6492. Grayscale: #858585. Windows color (decimal): -10249363 or 7183203. OLE color: 7183203.

HSL color Cylindrical-coordinate representation of color #639B6D: hue angle of 130.71º 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 #639B6D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB99155109-
CMYK0.3600.300.39
HSL130.71º22.05%49.8%-
HSV(B)130.71º36.13%60.78%-
XYZ19.6327.218.68-
YUV133.01114.45103.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=27.27%
G=42.70%
B=30.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551090.3600.300.39130.7122.0549.8
Hex639B6D2401E27831632
Octal14323315544036472032662
Binary11000111001101111011011001000111101001111000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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