Html Css Color HEX #71885B Highland

📋 copy color: '#71885B'

red 113 ◦ green 136 ◦ blue 91

#71885B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #71885B

Tints of Highland #71885B

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

 GREEN value IS 136 (53.52% from 255) = 40%

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 33.24%
G = 40%
B = 26.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#71885B (or 0x71885B) is known color: Highland. HEX triplet: 71, 88 and 5B. RGB value is (113,136,91). Sum of RGB (Red+Green+Blue) = 113+136+91=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #71885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71885B is #8E77A4. Grayscale: #7C7C7C. Windows color (decimal): -9336741 or 5998705. OLE color: 5998705.

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

Color convert

RGB 113 136 91 -
CMYK 0.17 0 0.33 0.47
HSL 90.67º 0.2% 0.45% -
HSV(B) 90.67º 0.33% 0.53% -
XYZ 17.5 21.87 13.2 -
YUV 123.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 113 136 91 0.17 0 0.33 0.47 90.67 0.2 0.45
Hex 71 88 5B 11 0 21 2F 5B 14 2D
Octal 161 210 133 21 0 41 57 133 24 55
Binary 1110001 10001000 1011011 10001 0 100001 101111 1011011 10100 101101

Color Harmonies of #71885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71885B

Black with #71885B

Text Example


Text Example

White with #71885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71885B;
 }
 .AnyTagClassName
 {
   color: #71885B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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