Html Css Color HEX #709D70 Laurel

📋 copy color: '#709D70'

red 112 ◦ green 157 ◦ blue 112

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

Shades of Laurel #709D70

Tints of Laurel #709D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 29.4%
G = 41.21%
B = 29.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#709D70 (or 0x709D70) is known color: Laurel. HEX triplet: 70, 9D and 70. RGB value is (112,157,112). Sum of RGB (Red+Green+Blue) = 112+157+112=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #709D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D70 is #8F628F. Grayscale: #8A8A8A. Windows color (decimal): -9396880 or 7380336. OLE color: 7380336.

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

Color convert

RGB 112 157 112 -
CMYK 0.29 0 0.29 0.38
HSL 120º 0.19% 0.53% -
HSV(B) 120º 0.29% 0.62% -
XYZ 21.66 28.73 19.73 -
YUV 138.42 113.09 109.16 -
System Red Green Blue C M Y K H S L
Decimal 112 157 112 0.29 0 0.29 0.38 120 0.19 0.53
Hex 70 9D 70 1D 0 1D 26 78 13 35
Octal 160 235 160 35 0 35 46 170 23 65
Binary 1110000 10011101 1110000 11101 0 11101 100110 1111000 10011 110101

Color Harmonies of #709D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D70

Black with #709D70

Text Example


Text Example

White with #709D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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