Html Css Color HEX #62A071 Oxley

📋 copy color: '#62A071'

red 98 ◦ green 160 ◦ blue 113

#62A071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #62A071

Tints of Oxley #62A071

RGB

 RED value IS 98 (38.67% from 255) = 26.42%

 GREEN value IS 160 (62.89% from 255) = 43.13%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 26.42%
G = 43.13%
B = 30.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#62A071 (or 0x62A071) is known color: Oxley. HEX triplet: 62, A0 and 71. RGB value is (98,160,113). Sum of RGB (Red+Green+Blue) = 98+160+113=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #62A071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A071 is #9D5F8E. Grayscale: #888888. Windows color (decimal): -10313615 or 7446626. OLE color: 7446626.

HSL color Cylindrical-coordinate representation of color #62A071: hue angle of 134.52º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A071 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 160 113 -
CMYK 0.39 0 0.29 0.37
HSL 134.52º 0.25% 0.51% -
HSV(B) 134.52º 0.39% 0.63% -
XYZ 20.59 28.93 20.12 -
YUV 136.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 98 160 113 0.39 0 0.29 0.37 134.52 0.25 0.51
Hex 62 A0 71 27 0 1D 25 87 19 33
Octal 142 240 161 47 0 35 45 207 31 63
Binary 1100010 10100000 1110001 100111 0 11101 100101 10000111 11001 110011

Color Harmonies of #62A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A071

Black with #62A071

Text Example


Text Example

White with #62A071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,160,113); }

 H1.HeaderClassName
 {
   color: #62A071;
 }
 .AnyTagClassName
 {
   color: #62A071;
 }
</style>

background-color css

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

 a { background-color: rgb(98,160,113); }

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

border-color css

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

 span { border-color: rgb(98,160,113); }

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