Html Css Color HEX #71A281 Oxley

📋 copy color: '#71A281'

red 113 ◦ green 162 ◦ blue 129

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

Shades of Oxley #71A281

Tints of Oxley #71A281

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

 BLUE value IS 129 (50.78% from 255) = 31.93%

R = 27.97%
G = 40.1%
B = 31.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#71A281 (or 0x71A281) is known color: Oxley. HEX triplet: 71, A2 and 81. RGB value is (113,162,129). Sum of RGB (Red+Green+Blue) = 113+162+129=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #71A281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A281 is #8E5D7E. Grayscale: #8F8F8F. Windows color (decimal): -9330047 or 8495729. OLE color: 8495729.

HSL color Cylindrical-coordinate representation of color #71A281: hue angle of 139.59º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A281 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 129 -
CMYK 0.30 0 0.20 0.36
HSL 139.59º 0.21% 0.54% -
HSV(B) 139.59º 0.3% 0.64% -
XYZ 23.69 30.94 25.49 -
YUV 143.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 113 162 129 0.30 0 0.20 0.36 139.59 0.21 0.54
Hex 71 A2 81 1E 0 14 24 8C 15 36
Octal 161 242 201 36 0 24 44 214 25 66
Binary 1110001 10100010 10000001 11110 0 10100 100100 10001100 10101 110110

Color Harmonies of #71A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A281

Black with #71A281

Text Example


Text Example

White with #71A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,162,129); }

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

background-color css

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

 a { background-color: rgb(113,162,129); }

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

border-color css

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

 span { border-color: rgb(113,162,129); }

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