Html Css Color HEX #729277 Laurel

📋 copy color: '#729277'

red 114 ◦ green 146 ◦ blue 119

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

Shades of Laurel #729277

Tints of Laurel #729277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 30.08%
G = 38.52%
B = 31.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#729277 (or 0x729277) is known color: Laurel. HEX triplet: 72, 92 and 77. RGB value is (114,146,119). Sum of RGB (Red+Green+Blue) = 114+146+119=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #729277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729277 is #8D6D88. Grayscale: #858585. Windows color (decimal): -9268617 or 7836274. OLE color: 7836274.

HSL color Cylindrical-coordinate representation of color #729277: hue angle of 129.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729277 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 119 -
CMYK 0.22 0 0.18 0.43
HSL 129.38º 0.13% 0.51% -
HSV(B) 129.38º 0.22% 0.57% -
XYZ 20.55 25.47 21.29 -
YUV 133.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 114 146 119 0.22 0 0.18 0.43 129.38 0.13 0.51
Hex 72 92 77 16 0 12 2B 81 D 33
Octal 162 222 167 26 0 22 53 201 15 63
Binary 1110010 10010010 1110111 10110 0 10010 101011 10000001 1101 110011

Color Harmonies of #729277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729277

Black with #729277

Text Example


Text Example

White with #729277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729277; }

 p { color: rgb(114,146,119); }

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

background-color css

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

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

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

border-color css

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

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

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