Html Css Color HEX #71946D Laurel

📋 copy color: '#71946D'

red 113 ◦ green 148 ◦ blue 109

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

Shades of Laurel #71946D

Tints of Laurel #71946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 30.54%
G = 40%
B = 29.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#71946D (or 0x71946D) is known color: Laurel. HEX triplet: 71, 94 and 6D. RGB value is (113,148,109). Sum of RGB (Red+Green+Blue) = 113+148+109=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #71946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71946D is #8E6B92. Grayscale: #858585. Windows color (decimal): -9333651 or 7181425. OLE color: 7181425.

HSL color Cylindrical-coordinate representation of color #71946D: hue angle of 113.85º 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 #71946D is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 109 -
CMYK 0.24 0 0.26 0.42
HSL 113.85º 0.15% 0.5% -
HSV(B) 113.85º 0.26% 0.58% -
XYZ 20.16 25.79 18.38 -
YUV 133.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 113 148 109 0.24 0 0.26 0.42 113.85 0.15 0.5
Hex 71 94 6D 18 0 1A 2A 72 F 32
Octal 161 224 155 30 0 32 52 162 17 62
Binary 1110001 10010100 1101101 11000 0 11010 101010 1110010 1111 110010

Color Harmonies of #71946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71946D

Black with #71946D

Text Example


Text Example

White with #71946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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