Html Css Color HEX #709D72 Laurel

📋 copy color: '#709D72'

red 112 ◦ green 157 ◦ blue 114

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

Shades of Laurel #709D72

Tints of Laurel #709D72

RGB

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

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

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

R = 29.24%
G = 40.99%
B = 29.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#709D72 (or 0x709D72) is known color: Laurel. HEX triplet: 70, 9D and 72. RGB value is (112,157,114). Sum of RGB (Red+Green+Blue) = 112+157+114=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #709D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D72 is #8F628D. Grayscale: #8A8A8A. Windows color (decimal): -9396878 or 7511408. OLE color: 7511408.

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

Color convert

RGB 112 157 114 -
CMYK 0.29 0 0.27 0.38
HSL 122.67º 0.19% 0.53% -
HSV(B) 122.67º 0.29% 0.62% -
XYZ 21.78 28.77 20.33 -
YUV 138.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 112 157 114 0.29 0 0.27 0.38 122.67 0.19 0.53
Hex 70 9D 72 1D 0 1B 26 7B 13 35
Octal 160 235 162 35 0 33 46 173 23 65
Binary 1110000 10011101 1110010 11101 0 11011 100110 1111011 10011 110101

Color Harmonies of #709D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D72

Black with #709D72

Text Example


Text Example

White with #709D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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