Html Css Color HEX #62A06D Oxley

📋 copy color: '#62A06D'

red 98 ◦ green 160 ◦ blue 109

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

Shades of Oxley #62A06D

Tints of Oxley #62A06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 26.7%
G = 43.6%
B = 29.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#62A06D (or 0x62A06D) is known color: Oxley. HEX triplet: 62, A0 and 6D. RGB value is (98,160,109). Sum of RGB (Red+Green+Blue) = 98+160+109=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #62A06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A06D is #9D5F92. Grayscale: #878787. Windows color (decimal): -10313619 or 7184482. OLE color: 7184482.

HSL color Cylindrical-coordinate representation of color #62A06D: hue angle of 130.65º 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 #62A06D is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 160 109 -
CMYK 0.39 0 0.32 0.37
HSL 130.65º 0.25% 0.51% -
HSV(B) 130.65º 0.39% 0.63% -
XYZ 20.37 28.84 18.96 -
YUV 135.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 98 160 109 0.39 0 0.32 0.37 130.65 0.25 0.51
Hex 62 A0 6D 27 0 20 25 83 19 33
Octal 142 240 155 47 0 40 45 203 31 63
Binary 1100010 10100000 1101101 100111 0 100000 100101 10000011 11001 110011

Color Harmonies of #62A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A06D

Black with #62A06D

Text Example


Text Example

White with #62A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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