Html Css Color HEX #709272 Laurel

📋 copy color: '#709272'

red 112 ◦ green 146 ◦ blue 114

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

Shades of Laurel #709272

Tints of Laurel #709272

RGB

 RED value IS 112 (44.14% from 255) = 30.11%

 GREEN value IS 146 (57.42% from 255) = 39.25%

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

R = 30.11%
G = 39.25%
B = 30.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#709272 (or 0x709272) is known color: Laurel. HEX triplet: 70, 92 and 72. RGB value is (112,146,114). Sum of RGB (Red+Green+Blue) = 112+146+114=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #709272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709272 is #8F6D8D. Grayscale: #848484. Windows color (decimal): -9399694 or 7508592. OLE color: 7508592.

HSL color Cylindrical-coordinate representation of color #709272: hue angle of 123.53º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709272 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 114 -
CMYK 0.23 0 0.22 0.43
HSL 123.53º 0.13% 0.51% -
HSV(B) 123.53º 0.23% 0.57% -
XYZ 20 25.22 19.73 -
YUV 132.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 112 146 114 0.23 0 0.22 0.43 123.53 0.13 0.51
Hex 70 92 72 17 0 16 2B 7C D 33
Octal 160 222 162 27 0 26 53 174 15 63
Binary 1110000 10010010 1110010 10111 0 10110 101011 1111100 1101 110011

Color Harmonies of #709272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709272

Black with #709272

Text Example


Text Example

White with #709272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709272; }

 p { color: rgb(112,146,114); }

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

background-color css

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

 a { background-color: rgb(112,146,114); }

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

border-color css

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

 span { border-color: rgb(112,146,114); }

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