#62997B

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

Shades of Oxley #62997B

Tints of Oxley #62997B

Color information

#62997B (or 0x62997B) is unknown color: approx Oxley. HEX triplet: 62, 99 and 7B. RGB value is (98,153,123). Sum of RGB (Red+Green+Blue) = 98+153+123=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #62997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62997B is #9D6684. Grayscale: #858585. Windows color (decimal): -10315397 or 8100194. OLE color: 8100194.

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

Color convert

RGB98153123-
CMYK0.3600.200.4
HSL147.27º21.91%49.22%-
HSV(B)147.27º35.95%60%-
XYZ2026.8122.86-
YUV133.14122.28102.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=26.20%
G=40.91%
B=32.89%

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
Decimal981531230.3600.200.4147.2721.9149.22
Hex62997B2401428931631
Octal14223117344024502232661
Binary11000101001100111110111001000101001010001001001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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