Html Css Color HEX #71966D Laurel

📋 copy color: '#71966D'

red 113 ◦ green 150 ◦ blue 109

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

Shades of Laurel #71966D

Tints of Laurel #71966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 30.38%
G = 40.32%
B = 29.3%

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

#71966D (or 0x71966D) is known color: Laurel. HEX triplet: 71, 96 and 6D. RGB value is (113,150,109). Sum of RGB (Red+Green+Blue) = 113+150+109=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #71966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71966D is #8E6992. Grayscale: #868686. Windows color (decimal): -9333139 or 7181937. OLE color: 7181937.

HSL color Cylindrical-coordinate representation of color #71966D: hue angle of 114.15º 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 #71966D is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 150 109 -
CMYK 0.25 0 0.27 0.41
HSL 114.15º 0.16% 0.51% -
HSV(B) 114.15º 0.27% 0.59% -
XYZ 20.48 26.43 18.49 -
YUV 134.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 113 150 109 0.25 0 0.27 0.41 114.15 0.16 0.51
Hex 71 96 6D 19 0 1B 29 72 10 33
Octal 161 226 155 31 0 33 51 162 20 63
Binary 1110001 10010110 1101101 11001 0 11011 101001 1110010 10000 110011

Color Harmonies of #71966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71966D

Black with #71966D

Text Example


Text Example

White with #71966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71966D; }

 p { color: rgb(113,150,109); }

 H1.HeaderClassName
 {
   color: #71966D;
 }
 .AnyTagClassName
 {
   color: #71966D;
 }
</style>

background-color css

<style>
 a { background-color: #71966D; }

 a { background-color: rgb(113,150,109); }

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

border-color css

<style>
 span { border-color: #71966D; }

 span { border-color: rgb(113,150,109); }

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