Html Css Color HEX #62A275 Oxley

📋 copy color: '#62A275'

red 98 ◦ green 162 ◦ blue 117

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

Shades of Oxley #62A275

Tints of Oxley #62A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.97%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 25.99%
G = 42.97%
B = 31.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#62A275 (or 0x62A275) is known color: Oxley. HEX triplet: 62, A2 and 75. RGB value is (98,162,117). Sum of RGB (Red+Green+Blue) = 98+162+117=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #62A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A275 is #9D5D8A. Grayscale: #898989. Windows color (decimal): -10313099 or 7709282. OLE color: 7709282.

HSL color Cylindrical-coordinate representation of color #62A275: hue angle of 137.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A275 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 162 117 -
CMYK 0.40 0 0.28 0.36
HSL 137.81º 0.26% 0.51% -
HSV(B) 137.81º 0.4% 0.64% -
XYZ 21.17 29.72 21.45 -
YUV 137.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 98 162 117 0.40 0 0.28 0.36 137.81 0.26 0.51
Hex 62 A2 75 28 0 1C 24 8A 1A 33
Octal 142 242 165 50 0 34 44 212 32 63
Binary 1100010 10100010 1110101 101000 0 11100 100100 10001010 11010 110011

Color Harmonies of #62A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A275

Black with #62A275

Text Example


Text Example

White with #62A275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,162,117); }

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

background-color css

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

 a { background-color: rgb(98,162,117); }

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

border-color css

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

 span { border-color: rgb(98,162,117); }

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