Html Css Color HEX #739B74 Laurel

📋 copy color: '#739B74'

red 115 ◦ green 155 ◦ blue 116

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

Shades of Laurel #739B74

Tints of Laurel #739B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 29.79%
G = 40.16%
B = 30.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#739B74 (or 0x739B74) is known color: Laurel. HEX triplet: 73, 9B and 74. RGB value is (115,155,116). Sum of RGB (Red+Green+Blue) = 115+155+116=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #739B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B74 is #8C648B. Grayscale: #8A8A8A. Windows color (decimal): -9200780 or 7641971. OLE color: 7641971.

HSL color Cylindrical-coordinate representation of color #739B74: hue angle of 121.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739B74 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 155 116 -
CMYK 0.26 0 0.25 0.39
HSL 121.5º 0.17% 0.53% -
HSV(B) 121.5º 0.26% 0.61% -
XYZ 21.94 28.35 20.84 -
YUV 138.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 115 155 116 0.26 0 0.25 0.39 121.5 0.17 0.53
Hex 73 9B 74 1A 0 19 27 7A 11 35
Octal 163 233 164 32 0 31 47 172 21 65
Binary 1110011 10011011 1110100 11010 0 11001 100111 1111010 10001 110101

Color Harmonies of #739B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739B74

Black with #739B74

Text Example


Text Example

White with #739B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739B74; }

 p { color: rgb(115,155,116); }

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

background-color css

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

 a { background-color: rgb(115,155,116); }

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

border-color css

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

 span { border-color: rgb(115,155,116); }

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