Html Css Color HEX #729671 Laurel

📋 copy color: '#729671'

red 114 ◦ green 150 ◦ blue 113

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

Shades of Laurel #729671

Tints of Laurel #729671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 30.24%
G = 39.79%
B = 29.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#729671 (or 0x729671) is known color: Laurel. HEX triplet: 72, 96 and 71. RGB value is (114,150,113). Sum of RGB (Red+Green+Blue) = 114+150+113=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #729671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729671 is #8D698E. Grayscale: #878787. Windows color (decimal): -9267599 or 7444082. OLE color: 7444082.

HSL color Cylindrical-coordinate representation of color #729671: hue angle of 118.38º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729671 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 113 -
CMYK 0.24 0 0.25 0.41
HSL 118.38º 0.15% 0.52% -
HSV(B) 118.38º 0.25% 0.59% -
XYZ 20.83 26.58 19.66 -
YUV 135.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 114 150 113 0.24 0 0.25 0.41 118.38 0.15 0.52
Hex 72 96 71 18 0 19 29 76 F 34
Octal 162 226 161 30 0 31 51 166 17 64
Binary 1110010 10010110 1110001 11000 0 11001 101001 1110110 1111 110100

Color Harmonies of #729671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729671

Black with #729671

Text Example


Text Example

White with #729671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729671; }

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

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

background-color css

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

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

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

border-color css

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

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

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