Html Css Color HEX #729870 Laurel

📋 copy color: '#729870'

red 114 ◦ green 152 ◦ blue 112

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

Shades of Laurel #729870

Tints of Laurel #729870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 30.16%
G = 40.21%
B = 29.63%

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

#729870 (or 0x729870) is known color: Laurel. HEX triplet: 72, 98 and 70. RGB value is (114,152,112). Sum of RGB (Red+Green+Blue) = 114+152+112=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #729870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729870 is #8D678F. Grayscale: #888888. Windows color (decimal): -9267088 or 7379058. OLE color: 7379058.

HSL color Cylindrical-coordinate representation of color #729870: hue angle of 117º 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 #729870 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 152 112 -
CMYK 0.25 0 0.26 0.40
HSL 117º 0.16% 0.52% -
HSV(B) 117º 0.26% 0.6% -
XYZ 21.09 27.2 19.47 -
YUV 136.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 114 152 112 0.25 0 0.26 0.40 117 0.16 0.52
Hex 72 98 70 19 0 1A 28 75 10 34
Octal 162 230 160 31 0 32 50 165 20 64
Binary 1110010 10011000 1110000 11001 0 11010 101000 1110101 10000 110100

Color Harmonies of #729870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729870

Black with #729870

Text Example


Text Example

White with #729870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729870; }

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

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

background-color css

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

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

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

border-color css

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

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

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