Html Css Color HEX #62A16E Oxley

📋 copy color: '#62A16E'

red 98 ◦ green 161 ◦ blue 110

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

Shades of Oxley #62A16E

Tints of Oxley #62A16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.63%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 26.56%
G = 43.63%
B = 29.81%

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

#62A16E (or 0x62A16E) is known color: Oxley. HEX triplet: 62, A1 and 6E. RGB value is (98,161,110). Sum of RGB (Red+Green+Blue) = 98+161+110=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #62A16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A16E is #9D5E91. Grayscale: #888888. Windows color (decimal): -10313362 or 7250274. OLE color: 7250274.

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

Color convert

RGB 98 161 110 -
CMYK 0.39 0 0.32 0.37
HSL 131.43º 0.25% 0.51% -
HSV(B) 131.43º 0.39% 0.63% -
XYZ 20.6 29.21 19.3 -
YUV 136.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 98 161 110 0.39 0 0.32 0.37 131.43 0.25 0.51
Hex 62 A1 6E 27 0 20 25 83 19 33
Octal 142 241 156 47 0 40 45 203 31 63
Binary 1100010 10100001 1101110 100111 0 100000 100101 10000011 11001 110011

Color Harmonies of #62A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A16E

Black with #62A16E

Text Example


Text Example

White with #62A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,161,110); }

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

background-color css

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

 a { background-color: rgb(98,161,110); }

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

border-color css

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

 span { border-color: rgb(98,161,110); }

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