#71875A

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

Shades of Highland #71875A

Tints of Highland #71875A

Color information

#71875A (or 0x71875A) is unknown color: approx Highland. HEX triplet: 71, 87 and 5A. RGB value is (113,135,90). Sum of RGB (Red+Green+Blue) = 113+135+90=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #71875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71875A is #8E78A5. Grayscale: #7B7B7B. Windows color (decimal): -9336998 or 5932913. OLE color: 5932913.

HSL color Cylindrical-coordinate representation of color #71875A: hue angle of 89.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71875A is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB11313590-
CMYK0.1600.330.47
HSL89.33º20%44.12%-
HSV(B)89.33º33.33%52.94%-
XYZ17.3221.5812.92-
YUV123.29109.21120.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=33.43%
G=39.94%
B=26.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135900.1600.330.4789.332044.12
Hex71875A100212F59142c
Octal16120713220041571312454
Binary1110001100001111011010100000100001101111101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,135,90); }

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

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

 a { background-color: rgb(113,135,90); }

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

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

 span { border-color: rgb(113,135,90); }

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