Html Css Color HEX #739078 Laurel

📋 copy color: '#739078'

red 115 ◦ green 144 ◦ blue 120

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

Shades of Laurel #739078

Tints of Laurel #739078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 30.34%
G = 37.99%
B = 31.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#739078 (or 0x739078) is known color: Laurel. HEX triplet: 73, 90 and 78. RGB value is (115,144,120). Sum of RGB (Red+Green+Blue) = 115+144+120=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #739078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739078 is #8C6F87. Grayscale: #848484. Windows color (decimal): -9203592 or 7901299. OLE color: 7901299.

HSL color Cylindrical-coordinate representation of color #739078: hue angle of 130.34º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #739078 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 120 -
CMYK 0.20 0 0.17 0.44
HSL 130.34º 0.12% 0.51% -
HSV(B) 130.34º 0.2% 0.56% -
XYZ 20.43 24.95 21.51 -
YUV 132.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 115 144 120 0.20 0 0.17 0.44 130.34 0.12 0.51
Hex 73 90 78 14 0 11 2C 82 C 33
Octal 163 220 170 24 0 21 54 202 14 63
Binary 1110011 10010000 1111000 10100 0 10001 101100 10000010 1100 110011

Color Harmonies of #739078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739078

Black with #739078

Text Example


Text Example

White with #739078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739078; }

 p { color: rgb(115,144,120); }

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

background-color css

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

 a { background-color: rgb(115,144,120); }

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

border-color css

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

 span { border-color: rgb(115,144,120); }

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