Html Css Color HEX #709472 Laurel

📋 copy color: '#709472'

red 112 ◦ green 148 ◦ blue 114

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

Shades of Laurel #709472

Tints of Laurel #709472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 29.95%
G = 39.57%
B = 30.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#709472 (or 0x709472) is known color: Laurel. HEX triplet: 70, 94 and 72. RGB value is (112,148,114). Sum of RGB (Red+Green+Blue) = 112+148+114=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #709472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709472 is #8F6B8D. Grayscale: #858585. Windows color (decimal): -9399182 or 7509104. OLE color: 7509104.

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

Color convert

RGB 112 148 114 -
CMYK 0.24 0 0.23 0.42
HSL 123.33º 0.14% 0.51% -
HSV(B) 123.33º 0.24% 0.58% -
XYZ 20.31 25.84 19.84 -
YUV 133.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 112 148 114 0.24 0 0.23 0.42 123.33 0.14 0.51
Hex 70 94 72 18 0 17 2A 7B E 33
Octal 160 224 162 30 0 27 52 173 16 63
Binary 1110000 10010100 1110010 11000 0 10111 101010 1111011 1110 110011

Color Harmonies of #709472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709472

Black with #709472

Text Example


Text Example

White with #709472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709472; }

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

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

background-color css

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

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

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

border-color css

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

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

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