Html Css Color HEX #71926E Laurel

📋 copy color: '#71926E'

red 113 ◦ green 146 ◦ blue 110

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

Shades of Laurel #71926E

Tints of Laurel #71926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.57%

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

R = 30.62%
G = 39.57%
B = 29.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#71926E (or 0x71926E) is known color: Laurel. HEX triplet: 71, 92 and 6E. RGB value is (113,146,110). Sum of RGB (Red+Green+Blue) = 113+146+110=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #71926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71926E is #8E6D91. Grayscale: #848484. Windows color (decimal): -9334162 or 7246449. OLE color: 7246449.

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

Color convert

RGB 113 146 110 -
CMYK 0.23 0 0.25 0.43
HSL 115º 0.14% 0.5% -
HSV(B) 115º 0.25% 0.57% -
XYZ 19.9 25.19 18.57 -
YUV 132.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 113 146 110 0.23 0 0.25 0.43 115 0.14 0.5
Hex 71 92 6E 17 0 19 2B 73 E 32
Octal 161 222 156 27 0 31 53 163 16 62
Binary 1110001 10010010 1101110 10111 0 11001 101011 1110011 1110 110010

Color Harmonies of #71926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71926E

Black with #71926E

Text Example


Text Example

White with #71926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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