#629476

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

Shades of Oxley #629476

Tints of Oxley #629476

Color information

#629476 (or 0x629476) is unknown color: approx Oxley. HEX triplet: 62, 94 and 76. RGB value is (98,148,118). Sum of RGB (Red+Green+Blue) = 98+148+118=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #629476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629476 is #9D6B89. Grayscale: #818181. Windows color (decimal): -10316682 or 7771234. OLE color: 7771234.

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

Color convert

RGB98148118-
CMYK0.3400.200.42
HSL144º20.33%48.24%-
HSV(B)144º33.78%58.04%-
XYZ18.925.0820.99-
YUV129.63121.44105.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=26.92%
G=40.66%
B=32.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981481180.3400.200.4214420.3348.24
Hex629476220142A901430
Octal14222416642024522202460
Binary11000101001010011101101000100101001010101001000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629476; }

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

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

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

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

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

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

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

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