#629F75

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

Shades of Oxley #629F75

Tints of Oxley #629F75

Color information

#629F75 (or 0x629F75) is unknown color: approx Oxley. HEX triplet: 62, 9F and 75. RGB value is (98,159,117). Sum of RGB (Red+Green+Blue) = 98+159+117=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #629F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F75 is #9D608A. Grayscale: #888888. Windows color (decimal): -10313867 or 7708514. OLE color: 7708514.

HSL color Cylindrical-coordinate representation of color #629F75: hue angle of 138.69º 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 #629F75 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB98159117-
CMYK0.3800.260.38
HSL138.69º24.11%50.39%-
HSV(B)138.69º38.36%62.35%-
XYZ20.6528.6821.28-
YUV135.97117.29100.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=26.20%
G=42.51%
B=31.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981591170.3800.260.38138.6924.1150.39
Hex629F752601A268b1832
Octal14223716546032462133062
Binary11000101001111111101011001100110101001101000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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