Html Css Color HEX #709D71 Laurel

📋 copy color: '#709D71'

red 112 ◦ green 157 ◦ blue 113

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

Shades of Laurel #709D71

Tints of Laurel #709D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.1%

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

R = 29.32%
G = 41.1%
B = 29.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#709D71 (or 0x709D71) is known color: Laurel. HEX triplet: 70, 9D and 71. RGB value is (112,157,113). Sum of RGB (Red+Green+Blue) = 112+157+113=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #709D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D71 is #8F628E. Grayscale: #8A8A8A. Windows color (decimal): -9396879 or 7445872. OLE color: 7445872.

HSL color Cylindrical-coordinate representation of color #709D71: hue angle of 121.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709D71 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 113 -
CMYK 0.29 0 0.28 0.38
HSL 121.33º 0.19% 0.53% -
HSV(B) 121.33º 0.29% 0.62% -
XYZ 21.72 28.75 20.03 -
YUV 138.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 112 157 113 0.29 0 0.28 0.38 121.33 0.19 0.53
Hex 70 9D 71 1D 0 1C 26 79 13 35
Octal 160 235 161 35 0 34 46 171 23 65
Binary 1110000 10011101 1110001 11101 0 11100 100110 1111001 10011 110101

Color Harmonies of #709D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D71

Black with #709D71

Text Example


Text Example

White with #709D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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