#629F72

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

Shades of Oxley #629F72

Tints of Oxley #629F72

Color information

#629F72 (or 0x629F72) is unknown color: approx Oxley. HEX triplet: 62, 9F and 72. RGB value is (98,159,114). Sum of RGB (Red+Green+Blue) = 98+159+114=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #629F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F72 is #9D608D. Grayscale: #878787. Windows color (decimal): -10313870 or 7511906. OLE color: 7511906.

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

Color convert

RGB98159114-
CMYK0.3800.280.38
HSL135.74º24.11%50.39%-
HSV(B)135.74º38.36%62.35%-
XYZ20.4728.6120.36-
YUV135.63115.79101.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=26.42%
G=42.86%
B=30.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981591140.3800.280.38135.7424.1150.39
Hex629F722601C26881832
Octal14223716246034462103062
Binary11000101001111111100101001100111001001101000100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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