Html Css Color HEX #729871 Laurel

📋 copy color: '#729871'

red 114 ◦ green 152 ◦ blue 113

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

Shades of Laurel #729871

Tints of Laurel #729871

RGB

 RED value IS 114 (44.92% from 255) = 30.08%

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

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 30.08%
G = 40.11%
B = 29.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#729871 (or 0x729871) is known color: Laurel. HEX triplet: 72, 98 and 71. RGB value is (114,152,113). Sum of RGB (Red+Green+Blue) = 114+152+113=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #729871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729871 is #8D678E. Grayscale: #888888. Windows color (decimal): -9267087 or 7444594. OLE color: 7444594.

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

Color convert

RGB 114 152 113 -
CMYK 0.25 0 0.26 0.40
HSL 118.46º 0.16% 0.52% -
HSV(B) 118.46º 0.26% 0.6% -
XYZ 21.15 27.23 19.76 -
YUV 136.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 114 152 113 0.25 0 0.26 0.40 118.46 0.16 0.52
Hex 72 98 71 19 0 1A 28 76 10 34
Octal 162 230 161 31 0 32 50 166 20 64
Binary 1110010 10011000 1110001 11001 0 11010 101000 1110110 10000 110100

Color Harmonies of #729871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729871

Black with #729871

Text Example


Text Example

White with #729871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729871; }

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

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

background-color css

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

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

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

border-color css

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

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

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