Html Css Color HEX #71A074 Oxley

📋 copy color: '#71A074'

red 113 ◦ green 160 ◦ blue 116

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

Shades of Oxley #71A074

Tints of Oxley #71A074

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.13%

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 29.05%
G = 41.13%
B = 29.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#71A074 (or 0x71A074) is known color: Oxley. HEX triplet: 71, A0 and 74. RGB value is (113,160,116). Sum of RGB (Red+Green+Blue) = 113+160+116=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #71A074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A074 is #8E5F8B. Grayscale: #8D8D8D. Windows color (decimal): -9330572 or 7643249. OLE color: 7643249.

HSL color Cylindrical-coordinate representation of color #71A074: hue angle of 123.83º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71A074 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 160 116 -
CMYK 0.29 0 0.28 0.37
HSL 123.83º 0.2% 0.54% -
HSV(B) 123.83º 0.29% 0.63% -
XYZ 22.53 29.91 21.11 -
YUV 140.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 113 160 116 0.29 0 0.28 0.37 123.83 0.2 0.54
Hex 71 A0 74 1D 0 1C 25 7C 14 36
Octal 161 240 164 35 0 34 45 174 24 66
Binary 1110001 10100000 1110100 11101 0 11100 100101 1111100 10100 110110

Color Harmonies of #71A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A074

Black with #71A074

Text Example


Text Example

White with #71A074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,160,116); }

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

background-color css

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

 a { background-color: rgb(113,160,116); }

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

border-color css

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

 span { border-color: rgb(113,160,116); }

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