Html Css Color HEX #71976F Laurel

📋 copy color: '#71976F'

red 113 ◦ green 151 ◦ blue 111

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

Shades of Laurel #71976F

Tints of Laurel #71976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 30.13%
G = 40.27%
B = 29.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#71976F (or 0x71976F) is known color: Laurel. HEX triplet: 71, 97 and 6F. RGB value is (113,151,111). Sum of RGB (Red+Green+Blue) = 113+151+111=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #71976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71976F is #8E6890. Grayscale: #878787. Windows color (decimal): -9332881 or 7313265. OLE color: 7313265.

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

Color convert

RGB 113 151 111 -
CMYK 0.25 0 0.26 0.41
HSL 117º 0.16% 0.51% -
HSV(B) 117º 0.26% 0.59% -
XYZ 20.75 26.79 19.12 -
YUV 135.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 113 151 111 0.25 0 0.26 0.41 117 0.16 0.51
Hex 71 97 6F 19 0 1A 29 75 10 33
Octal 161 227 157 31 0 32 51 165 20 63
Binary 1110001 10010111 1101111 11001 0 11010 101001 1110101 10000 110011

Color Harmonies of #71976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71976F

Black with #71976F

Text Example


Text Example

White with #71976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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