Html Css Color HEX #72996F Laurel

📋 copy color: '#72996F'

red 114 ◦ green 153 ◦ blue 111

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

Shades of Laurel #72996F

Tints of Laurel #72996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

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

R = 30.16%
G = 40.48%
B = 29.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#72996F (or 0x72996F) is known color: Laurel. HEX triplet: 72, 99 and 6F. RGB value is (114,153,111). Sum of RGB (Red+Green+Blue) = 114+153+111=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #72996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72996F is #8D6690. Grayscale: #888888. Windows color (decimal): -9266833 or 7313778. OLE color: 7313778.

HSL color Cylindrical-coordinate representation of color #72996F: hue angle of 115.71º 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 #72996F is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 111 -
CMYK 0.25 0 0.27 0.4
HSL 115.71º 0.17% 0.52% -
HSV(B) 115.71º 0.27% 0.6% -
XYZ 21.2 27.51 19.23 -
YUV 136.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 114 153 111 0.25 0 0.27 0.4 115.71 0.17 0.52
Hex 72 99 6F 19 0 1B 28 74 11 34
Octal 162 231 157 31 0 33 50 164 21 64
Binary 1110010 10011001 1101111 11001 0 11011 101000 1110100 10001 110100

Color Harmonies of #72996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72996F

Black with #72996F

Text Example


Text Example

White with #72996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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