Html Css Color HEX #71A37A Oxley

📋 copy color: '#71A37A'

red 113 ◦ green 163 ◦ blue 122

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

Shades of Oxley #71A37A

Tints of Oxley #71A37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 28.39%
G = 40.95%
B = 30.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#71A37A (or 0x71A37A) is known color: Oxley. HEX triplet: 71, A3 and 7A. RGB value is (113,163,122). Sum of RGB (Red+Green+Blue) = 113+163+122=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #71A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A37A is #8E5C85. Grayscale: #8F8F8F. Windows color (decimal): -9329798 or 8037233. OLE color: 8037233.

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

Color convert

RGB 113 163 122 -
CMYK 0.31 0 0.25 0.36
HSL 130.8º 0.21% 0.54% -
HSV(B) 130.8º 0.31% 0.64% -
XYZ 23.42 31.11 23.18 -
YUV 143.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 113 163 122 0.31 0 0.25 0.36 130.8 0.21 0.54
Hex 71 A3 7A 1F 0 19 24 83 15 36
Octal 161 243 172 37 0 31 44 203 25 66
Binary 1110001 10100011 1111010 11111 0 11001 100100 10000011 10101 110110

Color Harmonies of #71A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A37A

Black with #71A37A

Text Example


Text Example

White with #71A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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