Html Css Color HEX #71996E Laurel

📋 copy color: '#71996E'

red 113 ◦ green 153 ◦ blue 110

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

Shades of Laurel #71996E

Tints of Laurel #71996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 30.05%
G = 40.69%
B = 29.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#71996E (or 0x71996E) is known color: Laurel. HEX triplet: 71, 99 and 6E. RGB value is (113,153,110). Sum of RGB (Red+Green+Blue) = 113+153+110=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #71996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71996E is #8E6691. Grayscale: #888888. Windows color (decimal): -9332370 or 7248241. OLE color: 7248241.

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

Color convert

RGB 113 153 110 -
CMYK 0.26 0 0.28 0.4
HSL 115.81º 0.17% 0.52% -
HSV(B) 115.81º 0.28% 0.6% -
XYZ 21.02 27.42 18.94 -
YUV 136.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 113 153 110 0.26 0 0.28 0.4 115.81 0.17 0.52
Hex 71 99 6E 1A 0 1C 28 74 11 34
Octal 161 231 156 32 0 34 50 164 21 64
Binary 1110001 10011001 1101110 11010 0 11100 101000 1110100 10001 110100

Color Harmonies of #71996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71996E

Black with #71996E

Text Example


Text Example

White with #71996E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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