Html Css Color HEX #739074 Laurel

📋 copy color: '#739074'

red 115 ◦ green 144 ◦ blue 116

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

Shades of Laurel #739074

Tints of Laurel #739074

RGB

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

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

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

R = 30.67%
G = 38.4%
B = 30.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#739074 (or 0x739074) is known color: Laurel. HEX triplet: 73, 90 and 74. RGB value is (115,144,116). Sum of RGB (Red+Green+Blue) = 115+144+116=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #739074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739074 is #8C6F8B. Grayscale: #848484. Windows color (decimal): -9203596 or 7639155. OLE color: 7639155.

HSL color Cylindrical-coordinate representation of color #739074: hue angle of 122.07º 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 #739074 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 116 -
CMYK 0.20 0 0.19 0.44
HSL 122.07º 0.12% 0.51% -
HSV(B) 122.07º 0.2% 0.56% -
XYZ 20.2 24.85 20.26 -
YUV 132.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 115 144 116 0.20 0 0.19 0.44 122.07 0.12 0.51
Hex 73 90 74 14 0 13 2C 7A C 33
Octal 163 220 164 24 0 23 54 172 14 63
Binary 1110011 10010000 1110100 10100 0 10011 101100 1111010 1100 110011

Color Harmonies of #739074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739074

Black with #739074

Text Example


Text Example

White with #739074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739074; }

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

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

background-color css

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

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

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

border-color css

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

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

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