Html Css Color HEX #709B72 Laurel

📋 copy color: '#709B72'

red 112 ◦ green 155 ◦ blue 114

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

Shades of Laurel #709B72

Tints of Laurel #709B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

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

R = 29.4%
G = 40.68%
B = 29.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#709B72 (or 0x709B72) is known color: Laurel. HEX triplet: 70, 9B and 72. RGB value is (112,155,114). Sum of RGB (Red+Green+Blue) = 112+155+114=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #709B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B72 is #8F648D. Grayscale: #898989. Windows color (decimal): -9397390 or 7510896. OLE color: 7510896.

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

Color convert

RGB 112 155 114 -
CMYK 0.28 0 0.26 0.39
HSL 122.79º 0.18% 0.52% -
HSV(B) 122.79º 0.28% 0.61% -
XYZ 21.44 28.1 20.21 -
YUV 137.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 112 155 114 0.28 0 0.26 0.39 122.79 0.18 0.52
Hex 70 9B 72 1C 0 1A 27 7B 12 34
Octal 160 233 162 34 0 32 47 173 22 64
Binary 1110000 10011011 1110010 11100 0 11010 100111 1111011 10010 110100

Color Harmonies of #709B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B72

Black with #709B72

Text Example


Text Example

White with #709B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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