Html Css Color HEX #709670 Laurel

📋 copy color: '#709670'

red 112 ◦ green 150 ◦ blue 112

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

Shades of Laurel #709670

Tints of Laurel #709670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.11%

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

R = 29.95%
G = 40.11%
B = 29.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#709670 (or 0x709670) is known color: Laurel. HEX triplet: 70, 96 and 70. RGB value is (112,150,112). Sum of RGB (Red+Green+Blue) = 112+150+112=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #709670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709670 is #8F698F. Grayscale: #868686. Windows color (decimal): -9398672 or 7378544. OLE color: 7378544.

HSL color Cylindrical-coordinate representation of color #709670: hue angle of 120º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709670 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 112 -
CMYK 0.25 0 0.25 0.41
HSL 120º 0.15% 0.51% -
HSV(B) 120º 0.25% 0.59% -
XYZ 20.51 26.43 19.35 -
YUV 134.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 112 150 112 0.25 0 0.25 0.41 120 0.15 0.51
Hex 70 96 70 19 0 19 29 78 F 33
Octal 160 226 160 31 0 31 51 170 17 63
Binary 1110000 10010110 1110000 11001 0 11001 101001 1111000 1111 110011

Color Harmonies of #709670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709670

Black with #709670

Text Example


Text Example

White with #709670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709670; }

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

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

background-color css

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

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

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

border-color css

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

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

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