Html Css Color HEX #71A27C Oxley

📋 copy color: '#71A27C'

red 113 ◦ green 162 ◦ blue 124

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

Shades of Oxley #71A27C

Tints of Oxley #71A27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 28.32%
G = 40.6%
B = 31.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#71A27C (or 0x71A27C) is known color: Oxley. HEX triplet: 71, A2 and 7C. RGB value is (113,162,124). Sum of RGB (Red+Green+Blue) = 113+162+124=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #71A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A27C is #8E5D83. Grayscale: #8F8F8F. Windows color (decimal): -9330052 or 8168049. OLE color: 8168049.

HSL color Cylindrical-coordinate representation of color #71A27C: hue angle of 133.47º 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 #71A27C is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 124 -
CMYK 0.30 0 0.23 0.36
HSL 133.47º 0.21% 0.54% -
HSV(B) 133.47º 0.3% 0.64% -
XYZ 23.37 30.81 23.78 -
YUV 143.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 113 162 124 0.30 0 0.23 0.36 133.47 0.21 0.54
Hex 71 A2 7C 1E 0 17 24 85 15 36
Octal 161 242 174 36 0 27 44 205 25 66
Binary 1110001 10100010 1111100 11110 0 10111 100100 10000101 10101 110110

Color Harmonies of #71A27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A27C

Black with #71A27C

Text Example


Text Example

White with #71A27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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