Html Css Color HEX #709473 Laurel

📋 copy color: '#709473'

red 112 ◦ green 148 ◦ blue 115

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

Shades of Laurel #709473

Tints of Laurel #709473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

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

R = 29.87%
G = 39.47%
B = 30.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#709473 (or 0x709473) is known color: Laurel. HEX triplet: 70, 94 and 73. RGB value is (112,148,115). Sum of RGB (Red+Green+Blue) = 112+148+115=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #709473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709473 is #8F6B8C. Grayscale: #858585. Windows color (decimal): -9399181 or 7574640. OLE color: 7574640.

HSL color Cylindrical-coordinate representation of color #709473: hue angle of 125º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709473 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 115 -
CMYK 0.24 0 0.22 0.42
HSL 125º 0.14% 0.51% -
HSV(B) 125º 0.24% 0.58% -
XYZ 20.37 25.86 20.14 -
YUV 133.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 112 148 115 0.24 0 0.22 0.42 125 0.14 0.51
Hex 70 94 73 18 0 16 2A 7D E 33
Octal 160 224 163 30 0 26 52 175 16 63
Binary 1110000 10010100 1110011 11000 0 10110 101010 1111101 1110 110011

Color Harmonies of #709473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709473

Black with #709473

Text Example


Text Example

White with #709473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709473; }

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

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

background-color css

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

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

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

border-color css

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

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

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