#629474

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

Shades of Oxley #629474

Tints of Oxley #629474

Color information

#629474 (or 0x629474) is unknown color: approx Oxley. HEX triplet: 62, 94 and 74. RGB value is (98,148,116). Sum of RGB (Red+Green+Blue) = 98+148+116=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #629474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629474 is #9D6B8B. Grayscale: #818181. Windows color (decimal): -10316684 or 7640162. OLE color: 7640162.

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

Color convert

RGB98148116-
CMYK0.3400.220.42
HSL141.6º20.33%48.24%-
HSV(B)141.6º33.78%58.04%-
XYZ18.7825.0420.37-
YUV129.4120.44105.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=27.07%
G=40.88%
B=32.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981481160.3400.220.42141.620.3348.24
Hex629474220162A8e1430
Octal14222416442026522162460
Binary11000101001010011101001000100101101010101000111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629474; }

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

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

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

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

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

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

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

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