Html Css Color HEX #709470 Laurel

📋 copy color: '#709470'

red 112 ◦ green 148 ◦ blue 112

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

Shades of Laurel #709470

Tints of Laurel #709470

RGB

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

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

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

R = 30.11%
G = 39.78%
B = 30.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#709470 (or 0x709470) is known color: Laurel. HEX triplet: 70, 94 and 70. RGB value is (112,148,112). Sum of RGB (Red+Green+Blue) = 112+148+112=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #709470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709470 is #8F6B8F. Grayscale: #858585. Windows color (decimal): -9399184 or 7378032. OLE color: 7378032.

HSL color Cylindrical-coordinate representation of color #709470: hue angle of 120º 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 #709470 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 112 -
CMYK 0.24 0 0.24 0.42
HSL 120º 0.14% 0.51% -
HSV(B) 120º 0.24% 0.58% -
XYZ 20.2 25.79 19.24 -
YUV 133.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 112 148 112 0.24 0 0.24 0.42 120 0.14 0.51
Hex 70 94 70 18 0 18 2A 78 E 33
Octal 160 224 160 30 0 30 52 170 16 63
Binary 1110000 10010100 1110000 11000 0 11000 101010 1111000 1110 110011

Color Harmonies of #709470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709470

Black with #709470

Text Example


Text Example

White with #709470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709470; }

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

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

background-color css

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

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

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

border-color css

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

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

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