#629471

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

Shades of Oxley #629471

Tints of Oxley #629471

Color information

#629471 (or 0x629471) is unknown color: approx Oxley. HEX triplet: 62, 94 and 71. RGB value is (98,148,113). Sum of RGB (Red+Green+Blue) = 98+148+113=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #629471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629471 is #9D6B8E. Grayscale: #818181. Windows color (decimal): -10316687 or 7443554. OLE color: 7443554.

HSL color Cylindrical-coordinate representation of color #629471: hue angle of 138º 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 #629471 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB98148113-
CMYK0.3400.240.42
HSL138º20.33%48.24%-
HSV(B)138º33.78%58.04%-
XYZ18.6124.9719.46-
YUV129.06118.94105.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 148 (58.20% from 255) = 41.23%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=27.30%
G=41.23%
B=31.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981481130.3400.240.4213820.3348.24
Hex629471220182A8a1430
Octal14222416142030522122460
Binary11000101001010011100011000100110001010101000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629471; }

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

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

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

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

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

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

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

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