Html Css Color HEX #71936D Laurel

📋 copy color: '#71936D'

red 113 ◦ green 147 ◦ blue 109

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

Shades of Laurel #71936D

Tints of Laurel #71936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 30.62%
G = 39.84%
B = 29.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#71936D (or 0x71936D) is known color: Laurel. HEX triplet: 71, 93 and 6D. RGB value is (113,147,109). Sum of RGB (Red+Green+Blue) = 113+147+109=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #71936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71936D is #8E6C92. Grayscale: #848484. Windows color (decimal): -9333907 or 7181169. OLE color: 7181169.

HSL color Cylindrical-coordinate representation of color #71936D: hue angle of 113.68º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71936D is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 109 -
CMYK 0.23 0 0.26 0.42
HSL 113.68º 0.15% 0.5% -
HSV(B) 113.68º 0.26% 0.58% -
XYZ 20 25.48 18.33 -
YUV 132.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 113 147 109 0.23 0 0.26 0.42 113.68 0.15 0.5
Hex 71 93 6D 17 0 1A 2A 72 F 32
Octal 161 223 155 27 0 32 52 162 17 62
Binary 1110001 10010011 1101101 10111 0 11010 101010 1110010 1111 110010

Color Harmonies of #71936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71936D

Black with #71936D

Text Example


Text Example

White with #71936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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