Html Css Color HEX #728B75 Laurel

📋 copy color: '#728B75'

red 114 ◦ green 139 ◦ blue 117

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

Shades of Laurel #728B75

Tints of Laurel #728B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

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

R = 30.81%
G = 37.57%
B = 31.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#728B75 (or 0x728B75) is known color: Laurel. HEX triplet: 72, 8B and 75. RGB value is (114,139,117). Sum of RGB (Red+Green+Blue) = 114+139+117=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #728B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B75 is #8D748A. Grayscale: #818181. Windows color (decimal): -9270411 or 7703410. OLE color: 7703410.

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

Color convert

RGB 114 139 117 -
CMYK 0.18 0 0.16 0.45
HSL 127.2º 0.1% 0.5% -
HSV(B) 127.2º 0.18% 0.55% -
XYZ 19.38 23.33 20.31 -
YUV 129.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 114 139 117 0.18 0 0.16 0.45 127.2 0.1 0.5
Hex 72 8B 75 12 0 10 2D 7F A 32
Octal 162 213 165 22 0 20 55 177 12 62
Binary 1110010 10001011 1110101 10010 0 10000 101101 1111111 1010 110010

Color Harmonies of #728B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B75

Black with #728B75

Text Example


Text Example

White with #728B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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