Html Css Color HEX #709672 Laurel

📋 copy color: '#709672'

red 112 ◦ green 150 ◦ blue 114

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

Shades of Laurel #709672

Tints of Laurel #709672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 29.79%
G = 39.89%
B = 30.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#709672 (or 0x709672) is known color: Laurel. HEX triplet: 70, 96 and 72. RGB value is (112,150,114). Sum of RGB (Red+Green+Blue) = 112+150+114=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #709672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709672 is #8F698D. Grayscale: #868686. Windows color (decimal): -9398670 or 7509616. OLE color: 7509616.

HSL color Cylindrical-coordinate representation of color #709672: hue angle of 123.16º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709672 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 114 -
CMYK 0.25 0 0.24 0.41
HSL 123.16º 0.15% 0.51% -
HSV(B) 123.16º 0.25% 0.59% -
XYZ 20.63 26.47 19.94 -
YUV 134.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 112 150 114 0.25 0 0.24 0.41 123.16 0.15 0.51
Hex 70 96 72 19 0 18 29 7B F 33
Octal 160 226 162 31 0 30 51 173 17 63
Binary 1110000 10010110 1110010 11001 0 11000 101001 1111011 1111 110011

Color Harmonies of #709672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709672

Black with #709672

Text Example


Text Example

White with #709672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709672; }

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

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

background-color css

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

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

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

border-color css

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

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

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