Html Css Color HEX #72986F Laurel

📋 copy color: '#72986F'

red 114 ◦ green 152 ◦ blue 111

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

Shades of Laurel #72986F

Tints of Laurel #72986F

RGB

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

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

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

R = 30.24%
G = 40.32%
B = 29.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#72986F (or 0x72986F) is known color: Laurel. HEX triplet: 72, 98 and 6F. RGB value is (114,152,111). Sum of RGB (Red+Green+Blue) = 114+152+111=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #72986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72986F is #8D6790. Grayscale: #888888. Windows color (decimal): -9267089 or 7313522. OLE color: 7313522.

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

Color convert

RGB 114 152 111 -
CMYK 0.25 0 0.27 0.40
HSL 115.61º 0.17% 0.52% -
HSV(B) 115.61º 0.27% 0.6% -
XYZ 21.04 27.18 19.18 -
YUV 135.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 114 152 111 0.25 0 0.27 0.40 115.61 0.17 0.52
Hex 72 98 6F 19 0 1B 28 74 11 34
Octal 162 230 157 31 0 33 50 164 21 64
Binary 1110010 10011000 1101111 11001 0 11011 101000 1110100 10001 110100

Color Harmonies of #72986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72986F

Black with #72986F

Text Example


Text Example

White with #72986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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