Html Css Color HEX #71986F Laurel

📋 copy color: '#71986F'

red 113 ◦ green 152 ◦ blue 111

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

Shades of Laurel #71986F

Tints of Laurel #71986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

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

R = 30.05%
G = 40.43%
B = 29.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#71986F (or 0x71986F) is known color: Laurel. HEX triplet: 71, 98 and 6F. RGB value is (113,152,111). Sum of RGB (Red+Green+Blue) = 113+152+111=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #71986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71986F is #8E6790. Grayscale: #878787. Windows color (decimal): -9332625 or 7313521. OLE color: 7313521.

HSL color Cylindrical-coordinate representation of color #71986F: hue angle of 117.07º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71986F is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 111 -
CMYK 0.26 0 0.27 0.40
HSL 117.07º 0.17% 0.52% -
HSV(B) 117.07º 0.27% 0.6% -
XYZ 20.91 27.11 19.17 -
YUV 135.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 113 152 111 0.26 0 0.27 0.40 117.07 0.17 0.52
Hex 71 98 6F 1A 0 1B 28 75 11 34
Octal 161 230 157 32 0 33 50 165 21 64
Binary 1110001 10011000 1101111 11010 0 11011 101000 1110101 10001 110100

Color Harmonies of #71986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71986F

Black with #71986F

Text Example


Text Example

White with #71986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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