Html Css Color HEX #709C72 Laurel

📋 copy color: '#709C72'

red 112 ◦ green 156 ◦ blue 114

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

Shades of Laurel #709C72

Tints of Laurel #709C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.84%

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

R = 29.32%
G = 40.84%
B = 29.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#709C72 (or 0x709C72) is known color: Laurel. HEX triplet: 70, 9C and 72. RGB value is (112,156,114). Sum of RGB (Red+Green+Blue) = 112+156+114=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #709C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C72 is #8F638D. Grayscale: #8A8A8A. Windows color (decimal): -9397134 or 7511152. OLE color: 7511152.

HSL color Cylindrical-coordinate representation of color #709C72: hue angle of 122.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709C72 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 156 114 -
CMYK 0.28 0 0.27 0.39
HSL 122.73º 0.18% 0.53% -
HSV(B) 122.73º 0.28% 0.61% -
XYZ 21.61 28.44 20.27 -
YUV 138.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 112 156 114 0.28 0 0.27 0.39 122.73 0.18 0.53
Hex 70 9C 72 1C 0 1B 27 7B 12 35
Octal 160 234 162 34 0 33 47 173 22 65
Binary 1110000 10011100 1110010 11100 0 11011 100111 1111011 10010 110101

Color Harmonies of #709C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C72

Black with #709C72

Text Example


Text Example

White with #709C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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