Html Css Color HEX #71A878 Oxley

📋 copy color: '#71A878'

red 113 ◦ green 168 ◦ blue 120

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

Shades of Oxley #71A878

Tints of Oxley #71A878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 28.18%
G = 41.9%
B = 29.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#71A878 (or 0x71A878) is known color: Oxley. HEX triplet: 71, A8 and 78. RGB value is (113,168,120). Sum of RGB (Red+Green+Blue) = 113+168+120=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #71A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A878 is #8E5787. Grayscale: #929292. Windows color (decimal): -9328520 or 7907441. OLE color: 7907441.

HSL color Cylindrical-coordinate representation of color #71A878: hue angle of 127.64º 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 #71A878 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 168 120 -
CMYK 0.33 0 0.29 0.34
HSL 127.64º 0.24% 0.55% -
HSV(B) 127.64º 0.33% 0.66% -
XYZ 24.2 32.87 22.84 -
YUV 146.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 113 168 120 0.33 0 0.29 0.34 127.64 0.24 0.55
Hex 71 A8 78 21 0 1D 22 80 18 37
Octal 161 250 170 41 0 35 42 200 30 67
Binary 1110001 10101000 1111000 100001 0 11101 100010 10000000 11000 110111

Color Harmonies of #71A878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A878

Black with #71A878

Text Example


Text Example

White with #71A878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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