Html Css Color HEX #709273 Laurel

📋 copy color: '#709273'

red 112 ◦ green 146 ◦ blue 115

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

Shades of Laurel #709273

Tints of Laurel #709273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 30.03%
G = 39.14%
B = 30.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#709273 (or 0x709273) is known color: Laurel. HEX triplet: 70, 92 and 73. RGB value is (112,146,115). Sum of RGB (Red+Green+Blue) = 112+146+115=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #709273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709273 is #8F6D8C. Grayscale: #848484. Windows color (decimal): -9399693 or 7574128. OLE color: 7574128.

HSL color Cylindrical-coordinate representation of color #709273: hue angle of 125.29º 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 #709273 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 115 -
CMYK 0.23 0 0.21 0.43
HSL 125.29º 0.13% 0.51% -
HSV(B) 125.29º 0.23% 0.57% -
XYZ 20.06 25.24 20.03 -
YUV 132.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 112 146 115 0.23 0 0.21 0.43 125.29 0.13 0.51
Hex 70 92 73 17 0 15 2B 7D D 33
Octal 160 222 163 27 0 25 53 175 15 63
Binary 1110000 10010010 1110011 10111 0 10101 101011 1111101 1101 110011

Color Harmonies of #709273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709273

Black with #709273

Text Example


Text Example

White with #709273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709273; }

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

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

background-color css

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

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

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

border-color css

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

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

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