#71935B

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

Shades of Highland #71935B

Tints of Highland #71935B

Color information

#71935B (or 0x71935B) is unknown color: approx Highland. HEX triplet: 71, 93 and 5B. RGB value is (113,147,91). Sum of RGB (Red+Green+Blue) = 113+147+91=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #71935B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71935B is #8E6CA4. Grayscale: #828282. Windows color (decimal): -9333925 or 6001521. OLE color: 6001521.

HSL color Cylindrical-coordinate representation of color #71935B: hue angle of 96.43º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71935B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB11314791-
CMYK0.2300.380.42
HSL96.43º23.53%46.67%-
HSV(B)96.43º38.1%57.65%-
XYZ19.1325.1313.74-
YUV130.45105.74115.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=32.19%
G=41.88%
B=25.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147910.2300.380.4296.4323.5346.67
Hex71935B170262A60182f
Octal16122313327046521403057
Binary1110001100100111011011101110100110101010110000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,147,91); }

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

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

 a { background-color: rgb(113,147,91); }

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

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

 span { border-color: rgb(113,147,91); }

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