Html Css Color HEX #71A37C Oxley

📋 copy color: '#71A37C'

red 113 ◦ green 163 ◦ blue 124

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

Shades of Oxley #71A37C

Tints of Oxley #71A37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

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

R = 28.25%
G = 40.75%
B = 31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#71A37C (or 0x71A37C) is known color: Oxley. HEX triplet: 71, A3 and 7C. RGB value is (113,163,124). Sum of RGB (Red+Green+Blue) = 113+163+124=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #71A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A37C is #8E5C83. Grayscale: #8F8F8F. Windows color (decimal): -9329796 or 8168305. OLE color: 8168305.

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

Color convert

RGB 113 163 124 -
CMYK 0.31 0 0.24 0.36
HSL 133.2º 0.21% 0.54% -
HSV(B) 133.2º 0.31% 0.64% -
XYZ 23.55 31.16 23.84 -
YUV 143.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 113 163 124 0.31 0 0.24 0.36 133.2 0.21 0.54
Hex 71 A3 7C 1F 0 18 24 85 15 36
Octal 161 243 174 37 0 30 44 205 25 66
Binary 1110001 10100011 1111100 11111 0 11000 100100 10000101 10101 110110

Color Harmonies of #71A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A37C

Black with #71A37C

Text Example


Text Example

White with #71A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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