Html Css Color HEX #739972 Laurel

📋 copy color: '#739972'

red 115 ◦ green 153 ◦ blue 114

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

Shades of Laurel #739972

Tints of Laurel #739972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 30.1%
G = 40.05%
B = 29.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#739972 (or 0x739972) is known color: Laurel. HEX triplet: 73, 99 and 72. RGB value is (115,153,114). Sum of RGB (Red+Green+Blue) = 115+153+114=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #739972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739972 is #8C668D. Grayscale: #898989. Windows color (decimal): -9201294 or 7510387. OLE color: 7510387.

HSL color Cylindrical-coordinate representation of color #739972: hue angle of 118.46º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739972 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 114 -
CMYK 0.25 0 0.25 0.4
HSL 118.46º 0.16% 0.52% -
HSV(B) 118.46º 0.25% 0.6% -
XYZ 21.5 27.64 20.12 -
YUV 137.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 115 153 114 0.25 0 0.25 0.4 118.46 0.16 0.52
Hex 73 99 72 19 0 19 28 76 10 34
Octal 163 231 162 31 0 31 50 166 20 64
Binary 1110011 10011001 1110010 11001 0 11001 101000 1110110 10000 110100

Color Harmonies of #739972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739972

Black with #739972

Text Example


Text Example

White with #739972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739972; }

 p { color: rgb(115,153,114); }

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

background-color css

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

 a { background-color: rgb(115,153,114); }

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

border-color css

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

 span { border-color: rgb(115,153,114); }

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