#629F79

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

Shades of Oxley #629F79

Tints of Oxley #629F79

Color information

#629F79 (or 0x629F79) is unknown color: approx Oxley. HEX triplet: 62, 9F and 79. RGB value is (98,159,121). Sum of RGB (Red+Green+Blue) = 98+159+121=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #629F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F79 is #9D6086. Grayscale: #888888. Windows color (decimal): -10313863 or 7970658. OLE color: 7970658.

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

Color convert

RGB98159121-
CMYK0.3800.240.38
HSL142.62º24.11%50.39%-
HSV(B)142.62º38.36%62.35%-
XYZ20.8928.7722.54-
YUV136.43119.29100.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=25.93%
G=42.06%
B=32.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981591210.3800.240.38142.6224.1150.39
Hex629F7926018268f1832
Octal14223717146030462173062
Binary11000101001111111110011001100110001001101000111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629F79; }

 p { color: rgb(98,159,121); }

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

<style>
 a { background-color: #629F79; }

 a { background-color: rgb(98,159,121); }

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

<style>
 span { border-color: #629F79; }

 span { border-color: rgb(98,159,121); }

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