Html Css Color HEX #62AF7B Oxley

📋 copy color: '#62AF7B'

red 98 ◦ green 175 ◦ blue 123

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

Shades of Oxley #62AF7B

Tints of Oxley #62AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 24.75%
G = 44.19%
B = 31.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#62AF7B (or 0x62AF7B) is known color: Oxley. HEX triplet: 62, AF and 7B. RGB value is (98,175,123). Sum of RGB (Red+Green+Blue) = 98+175+123=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AF7B is #9D5084. Grayscale: #929292. Windows color (decimal): -10309765 or 8105826. OLE color: 8105826.

HSL color Cylindrical-coordinate representation of color #62AF7B: hue angle of 139.48º 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 #62AF7B is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 175 123 -
CMYK 0.44 0 0.30 0.31
HSL 139.48º 0.32% 0.54% -
HSV(B) 139.48º 0.44% 0.69% -
XYZ 23.94 34.69 24.17 -
YUV 146.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 98 175 123 0.44 0 0.30 0.31 139.48 0.32 0.54
Hex 62 AF 7B 2C 0 1E 1F 8B 20 36
Octal 142 257 173 54 0 36 37 213 40 66
Binary 1100010 10101111 1111011 101100 0 11110 11111 10001011 100000 110110

Color Harmonies of #62AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AF7B

Black with #62AF7B

Text Example


Text Example

White with #62AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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