#629A7A

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

Shades of Oxley #629A7A

Tints of Oxley #629A7A

Color information

#629A7A (or 0x629A7A) is unknown color: approx Oxley. HEX triplet: 62, 9A and 7A. RGB value is (98,154,122). Sum of RGB (Red+Green+Blue) = 98+154+122=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #629A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629A7A is #9D6585. Grayscale: #858585. Windows color (decimal): -10315142 or 8034914. OLE color: 8034914.

HSL color Cylindrical-coordinate representation of color #629A7A: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629A7A is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB98154122-
CMYK0.3600.210.40
HSL145.71º22.22%49.41%-
HSV(B)145.71º36.36%60.39%-
XYZ20.1127.1122.59-
YUV133.61121.45102.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=26.20%
G=41.18%
B=32.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981541220.3600.210.40145.7122.2249.41
Hex629A7A2401528921631
Octal14223217244025502222661
Binary11000101001101011110101001000101011010001001001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,154,122); }

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

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

 a { background-color: rgb(98,154,122); }

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

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

 span { border-color: rgb(98,154,122); }

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