Html Css Color HEX #709E71 Laurel

📋 copy color: '#709E71'

red 112 ◦ green 158 ◦ blue 113

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

Shades of Laurel #709E71

Tints of Laurel #709E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 29.24%
G = 41.25%
B = 29.5%

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

#709E71 (or 0x709E71) is known color: Laurel. HEX triplet: 70, 9E and 71. RGB value is (112,158,113). Sum of RGB (Red+Green+Blue) = 112+158+113=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #709E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E71 is #8F618E. Grayscale: #8B8B8B. Windows color (decimal): -9396623 or 7446128. OLE color: 7446128.

HSL color Cylindrical-coordinate representation of color #709E71: hue angle of 121.3º 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 #709E71 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 158 113 -
CMYK 0.29 0 0.28 0.38
HSL 121.3º 0.19% 0.53% -
HSV(B) 121.3º 0.29% 0.62% -
XYZ 21.89 29.09 20.08 -
YUV 139.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 112 158 113 0.29 0 0.28 0.38 121.3 0.19 0.53
Hex 70 9E 71 1D 0 1C 26 79 13 35
Octal 160 236 161 35 0 34 46 171 23 65
Binary 1110000 10011110 1110001 11101 0 11100 100110 1111001 10011 110101

Color Harmonies of #709E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709E71

Black with #709E71

Text Example


Text Example

White with #709E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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