Html Css Color HEX #71936E Laurel

📋 copy color: '#71936E'

red 113 ◦ green 147 ◦ blue 110

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

Shades of Laurel #71936E

Tints of Laurel #71936E

RGB

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

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

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

R = 30.54%
G = 39.73%
B = 29.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#71936E (or 0x71936E) is known color: Laurel. HEX triplet: 71, 93 and 6E. RGB value is (113,147,110). Sum of RGB (Red+Green+Blue) = 113+147+110=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #71936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71936E is #8E6C91. Grayscale: #848484. Windows color (decimal): -9333906 or 7246705. OLE color: 7246705.

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

Color convert

RGB 113 147 110 -
CMYK 0.23 0 0.25 0.42
HSL 115.14º 0.15% 0.5% -
HSV(B) 115.14º 0.25% 0.58% -
XYZ 20.06 25.5 18.62 -
YUV 132.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 113 147 110 0.23 0 0.25 0.42 115.14 0.15 0.5
Hex 71 93 6E 17 0 19 2A 73 F 32
Octal 161 223 156 27 0 31 52 163 17 62
Binary 1110001 10010011 1101110 10111 0 11001 101010 1110011 1111 110010

Color Harmonies of #71936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71936E

Black with #71936E

Text Example


Text Example

White with #71936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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