Html Css Color HEX #72976F Laurel

📋 copy color: '#72976F'

red 114 ◦ green 151 ◦ blue 111

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

Shades of Laurel #72976F

Tints of Laurel #72976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 30.32%
G = 40.16%
B = 29.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#72976F (or 0x72976F) is known color: Laurel. HEX triplet: 72, 97 and 6F. RGB value is (114,151,111). Sum of RGB (Red+Green+Blue) = 114+151+111=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #72976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72976F is #8D6890. Grayscale: #878787. Windows color (decimal): -9267345 or 7313266. OLE color: 7313266.

HSL color Cylindrical-coordinate representation of color #72976F: hue angle of 115.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72976F is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 151 111 -
CMYK 0.25 0 0.26 0.41
HSL 115.5º 0.16% 0.51% -
HSV(B) 115.5º 0.26% 0.59% -
XYZ 20.88 26.86 19.12 -
YUV 135.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 114 151 111 0.25 0 0.26 0.41 115.5 0.16 0.51
Hex 72 97 6F 19 0 1A 29 74 10 33
Octal 162 227 157 31 0 32 51 164 20 63
Binary 1110010 10010111 1101111 11001 0 11010 101001 1110100 10000 110011

Color Harmonies of #72976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72976F

Black with #72976F

Text Example


Text Example

White with #72976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72976F; }

 p { color: rgb(114,151,111); }

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

background-color css

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

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

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

border-color css

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

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

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