Html Css Color HEX #71A876 Oxley

📋 copy color: '#71A876'

red 113 ◦ green 168 ◦ blue 118

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

Shades of Oxley #71A876

Tints of Oxley #71A876

RGB

 RED value IS 113 (44.53% from 255) = 28.32%

 GREEN value IS 168 (66.02% from 255) = 42.11%

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 28.32%
G = 42.11%
B = 29.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#71A876 (or 0x71A876) is known color: Oxley. HEX triplet: 71, A8 and 76. RGB value is (113,168,118). Sum of RGB (Red+Green+Blue) = 113+168+118=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #71A876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A876 is #8E5789. Grayscale: #919191. Windows color (decimal): -9328522 or 7776369. OLE color: 7776369.

HSL color Cylindrical-coordinate representation of color #71A876: hue angle of 125.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A876 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 168 118 -
CMYK 0.33 0 0.30 0.34
HSL 125.45º 0.24% 0.55% -
HSV(B) 125.45º 0.33% 0.66% -
XYZ 24.08 32.82 22.21 -
YUV 145.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 113 168 118 0.33 0 0.30 0.34 125.45 0.24 0.55
Hex 71 A8 76 21 0 1E 22 7D 18 37
Octal 161 250 166 41 0 36 42 175 30 67
Binary 1110001 10101000 1110110 100001 0 11110 100010 1111101 11000 110111

Color Harmonies of #71A876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A876

Black with #71A876

Text Example


Text Example

White with #71A876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71A876; }

 p { color: rgb(113,168,118); }

 H1.HeaderClassName
 {
   color: #71A876;
 }
 .AnyTagClassName
 {
   color: #71A876;
 }
</style>

background-color css

<style>
 a { background-color: #71A876; }

 a { background-color: rgb(113,168,118); }

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

border-color css

<style>
 span { border-color: #71A876; }

 span { border-color: rgb(113,168,118); }

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