Html Css Color HEX #739075 Laurel

📋 copy color: '#739075'

red 115 ◦ green 144 ◦ blue 117

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

Shades of Laurel #739075

Tints of Laurel #739075

RGB

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

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

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

R = 30.59%
G = 38.3%
B = 31.12%

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

#739075 (or 0x739075) is known color: Laurel. HEX triplet: 73, 90 and 75. RGB value is (115,144,117). Sum of RGB (Red+Green+Blue) = 115+144+117=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #739075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739075 is #8C6F8A. Grayscale: #848484. Windows color (decimal): -9203595 or 7704691. OLE color: 7704691.

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

Color convert

RGB 115 144 117 -
CMYK 0.20 0 0.19 0.44
HSL 124.14º 0.12% 0.51% -
HSV(B) 124.14º 0.2% 0.56% -
XYZ 20.25 24.88 20.56 -
YUV 132.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 115 144 117 0.20 0 0.19 0.44 124.14 0.12 0.51
Hex 73 90 75 14 0 13 2C 7C C 33
Octal 163 220 165 24 0 23 54 174 14 63
Binary 1110011 10010000 1110101 10100 0 10011 101100 1111100 1100 110011

Color Harmonies of #739075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739075

Black with #739075

Text Example


Text Example

White with #739075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739075; }

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

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

background-color css

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

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

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

border-color css

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

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

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