Html Css Color HEX #709B6F Laurel

📋 copy color: '#709B6F'

red 112 ◦ green 155 ◦ blue 111

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

Shades of Laurel #709B6F

Tints of Laurel #709B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 29.63%
G = 41.01%
B = 29.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#709B6F (or 0x709B6F) is known color: Laurel. HEX triplet: 70, 9B and 6F. RGB value is (112,155,111). Sum of RGB (Red+Green+Blue) = 112+155+111=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #709B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B6F is #8F6490. Grayscale: #898989. Windows color (decimal): -9397393 or 7314288. OLE color: 7314288.

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

Color convert

RGB 112 155 111 -
CMYK 0.28 0 0.28 0.39
HSL 118.64º 0.18% 0.52% -
HSV(B) 118.64º 0.28% 0.61% -
XYZ 21.27 28.04 19.33 -
YUV 137.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 112 155 111 0.28 0 0.28 0.39 118.64 0.18 0.52
Hex 70 9B 6F 1C 0 1C 27 77 12 34
Octal 160 233 157 34 0 34 47 167 22 64
Binary 1110000 10011011 1101111 11100 0 11100 100111 1110111 10010 110100

Color Harmonies of #709B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B6F

Black with #709B6F

Text Example


Text Example

White with #709B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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