Html Css Color HEX #62A47D Oxley

📋 copy color: '#62A47D'

red 98 ◦ green 164 ◦ blue 125

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

Shades of Oxley #62A47D

Tints of Oxley #62A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 25.32%
G = 42.38%
B = 32.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#62A47D (or 0x62A47D) is known color: Oxley. HEX triplet: 62, A4 and 7D. RGB value is (98,164,125). Sum of RGB (Red+Green+Blue) = 98+164+125=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #62A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A47D is #9D5B82. Grayscale: #8B8B8B. Windows color (decimal): -10312579 or 8234082. OLE color: 8234082.

HSL color Cylindrical-coordinate representation of color #62A47D: hue angle of 144.55º degrees, saturation: 0.27, 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 #62A47D is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 164 125 -
CMYK 0.40 0 0.24 0.36
HSL 144.55º 0.27% 0.51% -
HSV(B) 144.55º 0.4% 0.64% -
XYZ 22.01 30.63 24.15 -
YUV 139.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 98 164 125 0.40 0 0.24 0.36 144.55 0.27 0.51
Hex 62 A4 7D 28 0 18 24 91 1B 33
Octal 142 244 175 50 0 30 44 221 33 63
Binary 1100010 10100100 1111101 101000 0 11000 100100 10010001 11011 110011

Color Harmonies of #62A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A47D

Black with #62A47D

Text Example


Text Example

White with #62A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,164,125); }

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

background-color css

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

 a { background-color: rgb(98,164,125); }

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

border-color css

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

 span { border-color: rgb(98,164,125); }

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