#679B6D

Color #679B6D Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #679B6D

Tints of Laurel #679B6D

Color information

#679B6D (or 0x679B6D) is unknown color: approx Laurel. HEX triplet: 67, 9B and 6D. RGB value is (103,155,109). Sum of RGB (Red+Green+Blue) = 103+155+109=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #679B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679B6D is #986492. Grayscale: #868686. Windows color (decimal): -9987219 or 7183207. OLE color: 7183207.

HSL color Cylindrical-coordinate representation of color #679B6D: hue angle of 126.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679B6D is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB103155109-
CMYK0.3400.300.39
HSL126.92º20.63%50.59%-
HSV(B)126.92º33.55%60.78%-
XYZ20.0827.4318.7-
YUV134.21113.77105.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.07%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=28.07%
G=42.23%
B=29.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031551090.3400.300.39126.9220.6350.59
Hex679B6D2201E277f1533
Octal14723315542036471772563
Binary1100111100110111101101100010011110100111111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679B6D; }

 p { color: rgb(103,155,109); }

 H1.HeaderClassName
 {
   color: #679B6D;
 }
 .AnyTagClassName
 {
   color: #679B6D;
 }
</style>
background-color css

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

 a { background-color: rgb(103,155,109); }

 div.DivClassName
 {
   background-color: #679B6D;
 }
 .BgClassName
 {
   background-color: #679B6D;
 }
</style>
border-color css

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

 span { border-color: rgb(103,155,109); }

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