Html Css Color HEX #71976E Laurel

📋 copy color: '#71976E'

red 113 ◦ green 151 ◦ blue 110

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

Shades of Laurel #71976E

Tints of Laurel #71976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 30.21%
G = 40.37%
B = 29.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#71976E (or 0x71976E) is known color: Laurel. HEX triplet: 71, 97 and 6E. RGB value is (113,151,110). Sum of RGB (Red+Green+Blue) = 113+151+110=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #71976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71976E is #8E6891. Grayscale: #878787. Windows color (decimal): -9332882 or 7247729. OLE color: 7247729.

HSL color Cylindrical-coordinate representation of color #71976E: hue angle of 115.61º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71976E is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 110 -
CMYK 0.25 0 0.27 0.41
HSL 115.61º 0.16% 0.51% -
HSV(B) 115.61º 0.27% 0.59% -
XYZ 20.69 26.77 18.83 -
YUV 134.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 113 151 110 0.25 0 0.27 0.41 115.61 0.16 0.51
Hex 71 97 6E 19 0 1B 29 74 10 33
Octal 161 227 156 31 0 33 51 164 20 63
Binary 1110001 10010111 1101110 11001 0 11011 101001 1110100 10000 110011

Color Harmonies of #71976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71976E

Black with #71976E

Text Example


Text Example

White with #71976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71976E; }

 p { color: rgb(113,151,110); }

 H1.HeaderClassName
 {
   color: #71976E;
 }
 .AnyTagClassName
 {
   color: #71976E;
 }
</style>

background-color css

<style>
 a { background-color: #71976E; }

 a { background-color: rgb(113,151,110); }

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

border-color css

<style>
 span { border-color: #71976E; }

 span { border-color: rgb(113,151,110); }

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