Html Css Color HEX #62A674 Oxley

📋 copy color: '#62A674'

red 98 ◦ green 166 ◦ blue 116

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

Shades of Oxley #62A674

Tints of Oxley #62A674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.68%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 25.79%
G = 43.68%
B = 30.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#62A674 (or 0x62A674) is known color: Oxley. HEX triplet: 62, A6 and 74. RGB value is (98,166,116). Sum of RGB (Red+Green+Blue) = 98+166+116=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #62A674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A674 is #9D598B. Grayscale: #8C8C8C. Windows color (decimal): -10312076 or 7644770. OLE color: 7644770.

HSL color Cylindrical-coordinate representation of color #62A674: hue angle of 135.88º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A674 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 98 166 116 -
CMYK 0.41 0 0.30 0.35
HSL 135.88º 0.28% 0.52% -
HSV(B) 135.88º 0.41% 0.65% -
XYZ 21.83 31.13 21.38 -
YUV 139.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 98 166 116 0.41 0 0.30 0.35 135.88 0.28 0.52
Hex 62 A6 74 29 0 1E 23 88 1C 34
Octal 142 246 164 51 0 36 43 210 34 64
Binary 1100010 10100110 1110100 101001 0 11110 100011 10001000 11100 110100

Color Harmonies of #62A674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A674

Black with #62A674

Text Example


Text Example

White with #62A674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,166,116); }

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

background-color css

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

 a { background-color: rgb(98,166,116); }

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

border-color css

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

 span { border-color: rgb(98,166,116); }

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