#71A77A

Color #71A77A Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #71A77A

Tints of Oxley #71A77A

Color information

#71A77A (or 0x71A77A) is unknown color: approx Oxley. HEX triplet: 71, A7 and 7A. RGB value is (113,167,122). Sum of RGB (Red+Green+Blue) = 113+167+122=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #71A77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A77A is #8E5885. Grayscale: #919191. Windows color (decimal): -9328774 or 8038257. OLE color: 8038257.

HSL color Cylindrical-coordinate representation of color #71A77A: hue angle of 130º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A77A is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB113167122-
CMYK0.3200.270.35
HSL130º23.48%54.9%-
HSV(B)130º32.34%65.49%-
XYZ24.1432.5523.42-
YUV145.72114.61104.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=28.11%
G=41.54%
B=30.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131671220.3200.270.3513023.4854.9
Hex71A77A2001B23821737
Octal16124717240033432022767
Binary11100011010011111110101000000110111000111000001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71A77A;
 }
 .AnyTagClassName
 {
   color: #71A77A;
 }
</style>
background-color css

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

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

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

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

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

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