#71904B

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

Shades of Highland #71904B

Tints of Highland #71904B

Color information

#71904B (or 0x71904B) is unknown color: approx Highland. HEX triplet: 71, 90 and 4B. RGB value is (113,144,75). Sum of RGB (Red+Green+Blue) = 113+144+75=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #71904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71904B is #8E6FB4. Grayscale: #7F7F7F. Windows color (decimal): -9334709 or 4952177. OLE color: 4952177.

HSL color Cylindrical-coordinate representation of color #71904B: hue angle of 86.96º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71904B is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB11314475-
CMYK0.2200.480.44
HSL86.96º31.51%42.94%-
HSV(B)86.96º47.92%56.47%-
XYZ18.0523.9710.33-
YUV126.8698.73118.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=34.04%
G=43.37%
B=22.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144750.2200.480.4486.9631.5142.94
Hex71904B160302C57202b
Octal16122011326060541274053
Binary11100011001000010010111011001100001011001010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71904B; }

 p { color: rgb(113,144,75); }

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

<style>
 a { background-color: #71904B; }

 a { background-color: rgb(113,144,75); }

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

<style>
 span { border-color: #71904B; }

 span { border-color: rgb(113,144,75); }

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