#629376

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

Shades of Oxley #629376

Tints of Oxley #629376

Color information

#629376 (or 0x629376) is unknown color: approx Oxley. HEX triplet: 62, 93 and 76. RGB value is (98,147,118). Sum of RGB (Red+Green+Blue) = 98+147+118=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #629376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629376 is #9D6C89. Grayscale: #818181. Windows color (decimal): -10316938 or 7770978. OLE color: 7770978.

HSL color Cylindrical-coordinate representation of color #629376: hue angle of 144.49º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629376 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB98147118-
CMYK0.3300.200.42
HSL144.49º20%48.04%-
HSV(B)144.49º33.33%57.65%-
XYZ18.7424.7720.93-
YUV129.04121.77105.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=27.00%
G=40.50%
B=32.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471180.3300.200.42144.492048.04
Hex629376210142A901430
Octal14222316641024522202460
Binary11000101001001111101101000010101001010101001000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629376; }

 p { color: rgb(98,147,118); }

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

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

 a { background-color: rgb(98,147,118); }

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

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

 span { border-color: rgb(98,147,118); }

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