Html Css Color HEX #709274 Laurel

📋 copy color: '#709274'

red 112 ◦ green 146 ◦ blue 116

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

Shades of Laurel #709274

Tints of Laurel #709274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 29.95%
G = 39.04%
B = 31.02%

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

#709274 (or 0x709274) is known color: Laurel. HEX triplet: 70, 92 and 74. RGB value is (112,146,116). Sum of RGB (Red+Green+Blue) = 112+146+116=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #709274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709274 is #8F6D8B. Grayscale: #848484. Windows color (decimal): -9399692 or 7639664. OLE color: 7639664.

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

Color convert

RGB 112 146 116 -
CMYK 0.23 0 0.21 0.43
HSL 127.06º 0.13% 0.51% -
HSV(B) 127.06º 0.23% 0.57% -
XYZ 20.11 25.26 20.34 -
YUV 132.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 112 146 116 0.23 0 0.21 0.43 127.06 0.13 0.51
Hex 70 92 74 17 0 15 2B 7F D 33
Octal 160 222 164 27 0 25 53 177 15 63
Binary 1110000 10010010 1110100 10111 0 10101 101011 1111111 1101 110011

Color Harmonies of #709274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709274

Black with #709274

Text Example


Text Example

White with #709274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709274; }

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

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

background-color css

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

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

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

border-color css

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

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

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