Html Css Color HEX #739775 Laurel

📋 copy color: '#739775'

red 115 ◦ green 151 ◦ blue 117

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

Shades of Laurel #739775

Tints of Laurel #739775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.43%

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

R = 30.03%
G = 39.43%
B = 30.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#739775 (or 0x739775) is known color: Laurel. HEX triplet: 73, 97 and 75. RGB value is (115,151,117). Sum of RGB (Red+Green+Blue) = 115+151+117=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #739775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739775 is #8C688A. Grayscale: #888888. Windows color (decimal): -9201803 or 7706483. OLE color: 7706483.

HSL color Cylindrical-coordinate representation of color #739775: hue angle of 123.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739775 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 151 117 -
CMYK 0.24 0 0.23 0.41
HSL 123.33º 0.15% 0.52% -
HSV(B) 123.33º 0.24% 0.59% -
XYZ 21.35 27.06 20.93 -
YUV 136.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 115 151 117 0.24 0 0.23 0.41 123.33 0.15 0.52
Hex 73 97 75 18 0 17 29 7B F 34
Octal 163 227 165 30 0 27 51 173 17 64
Binary 1110011 10010111 1110101 11000 0 10111 101001 1111011 1111 110100

Color Harmonies of #739775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739775

Black with #739775

Text Example


Text Example

White with #739775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739775; }

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

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

background-color css

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

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

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

border-color css

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

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

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