Html Css Color HEX #62AF7C Oxley

📋 copy color: '#62AF7C'

red 98 ◦ green 175 ◦ blue 124

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

Shades of Oxley #62AF7C

Tints of Oxley #62AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 24.69%
G = 44.08%
B = 31.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#62AF7C (or 0x62AF7C) is known color: Oxley. HEX triplet: 62, AF and 7C. RGB value is (98,175,124). Sum of RGB (Red+Green+Blue) = 98+175+124=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AF7C is #9D5083. Grayscale: #929292. Windows color (decimal): -10309764 or 8171362. OLE color: 8171362.

HSL color Cylindrical-coordinate representation of color #62AF7C: hue angle of 140.26º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AF7C is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 175 124 -
CMYK 0.44 0 0.29 0.31
HSL 140.26º 0.32% 0.54% -
HSV(B) 140.26º 0.44% 0.69% -
XYZ 24.01 34.71 24.5 -
YUV 146.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 98 175 124 0.44 0 0.29 0.31 140.26 0.32 0.54
Hex 62 AF 7C 2C 0 1D 1F 8C 20 36
Octal 142 257 174 54 0 35 37 214 40 66
Binary 1100010 10101111 1111100 101100 0 11101 11111 10001100 100000 110110

Color Harmonies of #62AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AF7C

Black with #62AF7C

Text Example


Text Example

White with #62AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,175,124); }

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

background-color css

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

 a { background-color: rgb(98,175,124); }

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

border-color css

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

 span { border-color: rgb(98,175,124); }

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