Html Css Color HEX #739575 Laurel

📋 copy color: '#739575'

red 115 ◦ green 149 ◦ blue 117

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

Shades of Laurel #739575

Tints of Laurel #739575

RGB

 RED value IS 115 (45.31% from 255) = 30.18%

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 30.18%
G = 39.11%
B = 30.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#739575 (or 0x739575) is known color: Laurel. HEX triplet: 73, 95 and 75. RGB value is (115,149,117). Sum of RGB (Red+Green+Blue) = 115+149+117=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #739575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739575 is #8C6A8A. Grayscale: #878787. Windows color (decimal): -9202315 or 7705971. OLE color: 7705971.

HSL color Cylindrical-coordinate representation of color #739575: hue angle of 123.53º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739575 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 149 117 -
CMYK 0.23 0 0.21 0.42
HSL 123.53º 0.14% 0.52% -
HSV(B) 123.53º 0.23% 0.58% -
XYZ 21.03 26.42 20.82 -
YUV 135.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 115 149 117 0.23 0 0.21 0.42 123.53 0.14 0.52
Hex 73 95 75 17 0 15 2A 7C E 34
Octal 163 225 165 27 0 25 52 174 16 64
Binary 1110011 10010101 1110101 10111 0 10101 101010 1111100 1110 110100

Color Harmonies of #739575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739575

Black with #739575

Text Example


Text Example

White with #739575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739575; }

 p { color: rgb(115,149,117); }

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

background-color css

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

 a { background-color: rgb(115,149,117); }

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

border-color css

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

 span { border-color: rgb(115,149,117); }

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