Html Css Color HEX #729872 Laurel

📋 copy color: '#729872'

red 114 ◦ green 152 ◦ blue 114

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

Shades of Laurel #729872

Tints of Laurel #729872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30%

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#729872 (or 0x729872) is known color: Laurel. HEX triplet: 72, 98 and 72. RGB value is (114,152,114). Sum of RGB (Red+Green+Blue) = 114+152+114=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #729872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729872 is #8D678D. Grayscale: #888888. Windows color (decimal): -9267086 or 7510130. OLE color: 7510130.

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

Color convert

RGB 114 152 114 -
CMYK 0.25 0 0.25 0.40
HSL 120º 0.16% 0.52% -
HSV(B) 120º 0.25% 0.6% -
XYZ 21.2 27.25 20.06 -
YUV 136.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 114 152 114 0.25 0 0.25 0.40 120 0.16 0.52
Hex 72 98 72 19 0 19 28 78 10 34
Octal 162 230 162 31 0 31 50 170 20 64
Binary 1110010 10011000 1110010 11001 0 11001 101000 1111000 10000 110100

Color Harmonies of #729872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729872

Black with #729872

Text Example


Text Example

White with #729872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729872; }

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

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

background-color css

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

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

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

border-color css

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

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

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