#709276

Color #709276 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #709276

Tints of Laurel #709276

Color information

#709276 (or 0x709276) is unknown color: approx Laurel. HEX triplet: 70, 92 and 76. RGB value is (112,146,118). Sum of RGB (Red+Green+Blue) = 112+146+118=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #709276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709276 is #8F6D89. Grayscale: #848484. Windows color (decimal): -9399690 or 7770736. OLE color: 7770736.

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

Color convert

RGB112146118-
CMYK0.2300.190.43
HSL130.59º13.49%50.59%-
HSV(B)130.59º23.29%57.25%-
XYZ20.2325.3120.96-
YUV132.64119.74113.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=29.79%
G=38.83%
B=31.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121461180.2300.190.43130.5913.4950.59
Hex709276170132B83d33
Octal16022216627023532031563
Binary111000010010010111011010111010011101011100000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709276; }

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

 H1.HeaderClassName
 {
   color: #709276;
 }
 .AnyTagClassName
 {
   color: #709276;
 }
</style>
background-color css

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

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

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

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

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

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