Html Css Color HEX #71875A Highland

📋 copy color: '#71875A'

red 113 ◦ green 135 ◦ blue 90

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

Shades of Highland #71875A

Tints of Highland #71875A

RGB

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

 GREEN value IS 135 (53.13% 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 value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#71875A (or 0x71875A) is known color: 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

RGB 113 135 90 -
CMYK 0.16 0 0.33 0.47
HSL 89.33º 0.2% 0.44% -
HSV(B) 89.33º 0.33% 0.53% -
XYZ 17.32 21.58 12.92 -
YUV 123.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 113 135 90 0.16 0 0.33 0.47 89.33 0.2 0.44
Hex 71 87 5A 10 0 21 2F 59 14 2C
Octal 161 207 132 20 0 41 57 131 24 54
Binary 1110001 10000111 1011010 10000 0 100001 101111 1011001 10100 101100

Color Harmonies of #71875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71875A

Black with #71875A

Text Example


Text Example

White with #71875A

Text Example


Text Example

HTML Codes & Css Web 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>