Html Css Color HEX #728D75 Laurel

📋 copy color: '#728D75'

red 114 ◦ green 141 ◦ blue 117

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

Shades of Laurel #728D75

Tints of Laurel #728D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 30.65%
G = 37.9%
B = 31.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#728D75 (or 0x728D75) is known color: Laurel. HEX triplet: 72, 8D and 75. RGB value is (114,141,117). Sum of RGB (Red+Green+Blue) = 114+141+117=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #728D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D75 is #8D728A. Grayscale: #828282. Windows color (decimal): -9269899 or 7703922. OLE color: 7703922.

HSL color Cylindrical-coordinate representation of color #728D75: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D75 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 141 117 -
CMYK 0.19 0 0.17 0.45
HSL 126.67º 0.11% 0.5% -
HSV(B) 126.67º 0.19% 0.55% -
XYZ 19.68 23.91 20.41 -
YUV 130.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 114 141 117 0.19 0 0.17 0.45 126.67 0.11 0.5
Hex 72 8D 75 13 0 11 2D 7F B 32
Octal 162 215 165 23 0 21 55 177 13 62
Binary 1110010 10001101 1110101 10011 0 10001 101101 1111111 1011 110010

Color Harmonies of #728D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728D75

Black with #728D75

Text Example


Text Example

White with #728D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728D75; }

 p { color: rgb(114,141,117); }

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

background-color css

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

 a { background-color: rgb(114,141,117); }

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

border-color css

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

 span { border-color: rgb(114,141,117); }

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