#62A872

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

Shades of Oxley #62A872

Tints of Oxley #62A872

Color information

#62A872 (or 0x62A872) is unknown color: approx Oxley. HEX triplet: 62, A8 and 72. RGB value is (98,168,114). Sum of RGB (Red+Green+Blue) = 98+168+114=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #62A872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A872 is #9D578D. Grayscale: #8D8D8D. Windows color (decimal): -10311566 or 7514210. OLE color: 7514210.

HSL color Cylindrical-coordinate representation of color #62A872: hue angle of 133.71º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62A872 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB98168114-
CMYK0.4200.320.34
HSL133.71º28.69%52.16%-
HSV(B)133.71º41.67%65.88%-
XYZ22.0831.8220.9-
YUV140.91112.8197.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 114 (44.92% from 255) = 30%
R=25.79%
G=44.21%
B=30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal981681140.4200.320.34133.7128.6952.16
Hex62A8722A02022861d34
Octal14225016252040422063564
Binary110001010101000111001010101001000001000101000011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A872; }

 p { color: rgb(98,168,114); }

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

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

 a { background-color: rgb(98,168,114); }

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

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

 span { border-color: rgb(98,168,114); }

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