Html Css Color HEX #739872 Laurel

📋 copy color: '#739872'

red 115 ◦ green 152 ◦ blue 114

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

Shades of Laurel #739872

Tints of Laurel #739872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

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

R = 30.18%
G = 39.9%
B = 29.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#739872 (or 0x739872) is known color: Laurel. HEX triplet: 73, 98 and 72. RGB value is (115,152,114). Sum of RGB (Red+Green+Blue) = 115+152+114=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #739872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739872 is #8C678D. Grayscale: #888888. Windows color (decimal): -9201550 or 7510131. OLE color: 7510131.

HSL color Cylindrical-coordinate representation of color #739872: hue angle of 118.42º 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 #739872 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 114 -
CMYK 0.24 0 0.25 0.40
HSL 118.42º 0.16% 0.52% -
HSV(B) 118.42º 0.25% 0.6% -
XYZ 21.34 27.32 20.07 -
YUV 136.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 115 152 114 0.24 0 0.25 0.40 118.42 0.16 0.52
Hex 73 98 72 18 0 19 28 76 10 34
Octal 163 230 162 30 0 31 50 166 20 64
Binary 1110011 10011000 1110010 11000 0 11001 101000 1110110 10000 110100

Color Harmonies of #739872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739872

Black with #739872

Text Example


Text Example

White with #739872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739872; }

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

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

background-color css

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

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

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

border-color css

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

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

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