#71914A

Color #71914A Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #71914A

Tints of Highland #71914A

Color information

#71914A (or 0x71914A) is unknown color: approx Highland. HEX triplet: 71, 91 and 4A. RGB value is (113,145,74). Sum of RGB (Red+Green+Blue) = 113+145+74=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #71914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71914A is #8E6EB5. Grayscale: #7F7F7F. Windows color (decimal): -9334454 or 4886897. OLE color: 4886897.

HSL color Cylindrical-coordinate representation of color #71914A: hue angle of 87.04º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71914A is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB11314574-
CMYK0.2200.490.43
HSL87.04º32.42%42.94%-
HSV(B)87.04º48.97%56.86%-
XYZ18.1724.2610.2-
YUV127.3497.9117.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=34.04%
G=43.67%
B=22.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145740.2200.490.4387.0432.4242.94
Hex71914A160312B57202b
Octal16122111226061531274053
Binary11100011001000110010101011001100011010111010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71914A; }

 p { color: rgb(113,145,74); }

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

<style>
 a { background-color: #71914A; }

 a { background-color: rgb(113,145,74); }

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

<style>
 span { border-color: #71914A; }

 span { border-color: rgb(113,145,74); }

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