#62997A

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

Shades of Oxley #62997A

Tints of Oxley #62997A

Color information

#62997A (or 0x62997A) is unknown color: approx Oxley. HEX triplet: 62, 99 and 7A. RGB value is (98,153,122). Sum of RGB (Red+Green+Blue) = 98+153+122=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #62997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62997A is #9D6685. Grayscale: #858585. Windows color (decimal): -10315398 or 8034658. OLE color: 8034658.

HSL color Cylindrical-coordinate representation of color #62997A: hue angle of 146.18º 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 #62997A is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB98153122-
CMYK0.3600.200.4
HSL146.18º21.91%49.22%-
HSV(B)146.18º35.95%60%-
XYZ19.9426.7822.53-
YUV133.02121.78103.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=26.27%
G=41.02%
B=32.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531220.3600.200.4146.1821.9149.22
Hex62997A2401428921631
Octal14223117244024502222661
Binary11000101001100111110101001000101001010001001001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62997A; }

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

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

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

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

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

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

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

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