Html Css Color HEX #679170 Laurel

📋 copy color: '#679170'

red 103 ◦ green 145 ◦ blue 112

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

Shades of Laurel #679170

Tints of Laurel #679170

RGB

 RED value IS 103 (40.63% from 255) = 28.61%

 GREEN value IS 145 (57.03% from 255) = 40.28%

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

R = 28.61%
G = 40.28%
B = 31.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#679170 (or 0x679170) is known color: Laurel. HEX triplet: 67, 91 and 70. RGB value is (103,145,112). Sum of RGB (Red+Green+Blue) = 103+145+112=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #679170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679170 is #986E8F. Grayscale: #808080. Windows color (decimal): -9989776 or 7377255. OLE color: 7377255.

HSL color Cylindrical-coordinate representation of color #679170: hue angle of 132.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679170 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 112 -
CMYK 0.29 0 0.23 0.43
HSL 132.86º 0.17% 0.49% -
HSV(B) 132.86º 0.29% 0.57% -
XYZ 18.64 24.3 19.04 -
YUV 128.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 103 145 112 0.29 0 0.23 0.43 132.86 0.17 0.49
Hex 67 91 70 1D 0 17 2B 85 11 31
Octal 147 221 160 35 0 27 53 205 21 61
Binary 1100111 10010001 1110000 11101 0 10111 101011 10000101 10001 110001

Color Harmonies of #679170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679170

Black with #679170

Text Example


Text Example

White with #679170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679170; }

 p { color: rgb(103,145,112); }

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

background-color css

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

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

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

border-color css

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

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

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