Html Css Color HEX #728975 Laurel

📋 copy color: '#728975'

red 114 ◦ green 137 ◦ blue 117

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

Shades of Laurel #728975

Tints of Laurel #728975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 30.98%
G = 37.23%
B = 31.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#728975 (or 0x728975) is known color: Laurel. HEX triplet: 72, 89 and 75. RGB value is (114,137,117). Sum of RGB (Red+Green+Blue) = 114+137+117=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #728975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728975 is #8D768A. Grayscale: #7F7F7F. Windows color (decimal): -9270923 or 7702898. OLE color: 7702898.

HSL color Cylindrical-coordinate representation of color #728975: hue angle of 127.83º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728975 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 117 -
CMYK 0.17 0 0.15 0.46
HSL 127.83º 0.09% 0.49% -
HSV(B) 127.83º 0.17% 0.54% -
XYZ 19.1 22.75 20.21 -
YUV 127.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 114 137 117 0.17 0 0.15 0.46 127.83 0.09 0.49
Hex 72 89 75 11 0 F 2E 80 9 31
Octal 162 211 165 21 0 17 56 200 11 61
Binary 1110010 10001001 1110101 10001 0 1111 101110 10000000 1001 110001

Color Harmonies of #728975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728975

Black with #728975

Text Example


Text Example

White with #728975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728975; }

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

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

background-color css

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

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

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

border-color css

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

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

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