Html Css Color HEX #709671 Laurel

📋 copy color: '#709671'

red 112 ◦ green 150 ◦ blue 113

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

Shades of Laurel #709671

Tints of Laurel #709671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 29.87%
G = 40%
B = 30.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#709671 (or 0x709671) is known color: Laurel. HEX triplet: 70, 96 and 71. RGB value is (112,150,113). Sum of RGB (Red+Green+Blue) = 112+150+113=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #709671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709671 is #8F698E. Grayscale: #868686. Windows color (decimal): -9398671 or 7444080. OLE color: 7444080.

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

Color convert

RGB 112 150 113 -
CMYK 0.25 0 0.25 0.41
HSL 121.58º 0.15% 0.51% -
HSV(B) 121.58º 0.25% 0.59% -
XYZ 20.57 26.45 19.64 -
YUV 134.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 112 150 113 0.25 0 0.25 0.41 121.58 0.15 0.51
Hex 70 96 71 19 0 19 29 7A F 33
Octal 160 226 161 31 0 31 51 172 17 63
Binary 1110000 10010110 1110001 11001 0 11001 101001 1111010 1111 110011

Color Harmonies of #709671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709671

Black with #709671

Text Example


Text Example

White with #709671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709671; }

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

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

background-color css

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

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

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

border-color css

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

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

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